Changeset - 0c8904749794
[Not reviewed]
0 1 0
Lance Edgar (lance) - 3 years ago 2021-03-03 11:53:53
lance@edbob.org
Update author / homepage metadata
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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,
0 comments (0 inline, 0 general)