mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update Python version compatibility and PyPi description.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user