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(
|
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,
|
||||||
|
|
Loading…
Reference in a new issue