From 18c2faf7a9cb05ab42315e8c43faa3817227d323 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 6 Dec 2021 16:44:45 +0000 Subject: [PATCH] Update Python version compatibility and PyPi description. --- pkg/pip/setup_pip.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py index 38f733966..e4d12cea5 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -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',