We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bd7ae commit 0c89047Copy full SHA for 0c89047
setup.py
@@ -69,9 +69,9 @@
69
setup(
70
name = "sqlalchemy-pervasive",
71
version = __version__,
72
- author = "Sacramento Natural Foods Co-op, Inc",
73
- author_email = "developer@sacfoodcoop.com",
74
- 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',
75
license = "GNU GPL v3",
76
description = "SQLAlchemy Dialect for Pervasive PSQL",
77
long_description = README + '\n\n' + CHANGES,
0 commit comments