Update Python version compatibility and PyPi description.
parent
48dc4bacc4
commit
18c2faf7a9
|
|
@ -56,8 +56,11 @@ setup(
|
|||
version=config.APP_VERSION,
|
||||
|
||||
description='PostgreSQL Tools',
|
||||
long_description='Administration and management tools for '
|
||||
'the PostgreSQL database.',
|
||||
long_description='pgAdmin is the most popular and feature rich Open Source '
|
||||
'administration and development platform for PostgreSQL, '
|
||||
'the most advanced Open Source database in the world.\n\n'
|
||||
'pgAdmin may be used on Linux, Unix, macOS and Windows to '
|
||||
'manage PostgreSQL and EDB Advanced Server 10 and above.',
|
||||
|
||||
url='https://www.pgadmin.org/',
|
||||
|
||||
|
|
@ -74,7 +77,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9'
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10'
|
||||
],
|
||||
|
||||
keywords='pgadmin4,postgresql,postgres',
|
||||
|
|
|
|||
Loading…
Reference in New Issue