diff --git a/setup.py b/setup.py index 18822105f700a91214f286314a9e4a64d0c472a8..4f3769bfb45f9c1db76dadea4e2df9d60ccd8f78 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,