diff --git a/setup.py b/setup.py index 1882210..4f3769b 100644 --- a/setup.py +++ b/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,