Update author / homepage metadata
This commit is contained in:
parent
47bd7ae2c4
commit
0c89047497
6
setup.py
6
setup.py
|
@ -69,9 +69,9 @@ requires = [
|
|||
setup(
|
||||
name = "sqlalchemy-pervasive",
|
||||
version = __version__,
|
||||
author = "Sacramento Natural Foods Co-op, Inc",
|
||||
author_email = "developer@sacfoodcoop.com",
|
||||
url = 'https://github.com/SacNaturalFoods/sqlalchemy-pervasive',
|
||||
author = "Lance Edgar",
|
||||
author_email = "lance@edbob.org",
|
||||
url = 'https://kallithea.rattailproject.org/rattail-project-contrib/sqlalchemy-pervasive',
|
||||
license = "GNU GPL v3",
|
||||
description = "SQLAlchemy Dialect for Pervasive PSQL",
|
||||
long_description = README + '\n\n' + CHANGES,
|
||||
|
|
Loading…
Reference in a new issue