diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py index e4d12cea5..3909ffa1f 100644 --- a/pkg/pip/setup_pip.py +++ b/pkg/pip/setup_pip.py @@ -56,11 +56,12 @@ setup( version=config.APP_VERSION, description='PostgreSQL Tools', - 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.', + 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\npgAdmin may be used on Linux, Unix, ' + 'macOS and Windows to manage PostgreSQL and EDB ' + 'Advanced Server 10 and above.', url='https://www.pgadmin.org/',