Update author / homepage metadata

This commit is contained in:
Lance Edgar 2021-03-03 11:53:53 -06:00
parent 47bd7ae2c4
commit 0c89047497

View file

@ -69,9 +69,9 @@ requires = [
setup( setup(
name = "sqlalchemy-pervasive", name = "sqlalchemy-pervasive",
version = __version__, version = __version__,
author = "Sacramento Natural Foods Co-op, Inc", author = "Lance Edgar",
author_email = "developer@sacfoodcoop.com", author_email = "lance@edbob.org",
url = 'https://github.com/SacNaturalFoods/sqlalchemy-pervasive', url = 'https://kallithea.rattailproject.org/rattail-project-contrib/sqlalchemy-pervasive',
license = "GNU GPL v3", license = "GNU GPL v3",
description = "SQLAlchemy Dialect for Pervasive PSQL", description = "SQLAlchemy Dialect for Pervasive PSQL",
long_description = README + '\n\n' + CHANGES, long_description = README + '\n\n' + CHANGES,