PEP-8. Sigh.

This commit is contained in:
Dave Page 2021-12-06 17:06:26 +00:00
parent 18c2faf7a9
commit 2121adb7fb

View File

@ -56,11 +56,12 @@ setup(
version=config.APP_VERSION, version=config.APP_VERSION,
description='PostgreSQL Tools', description='PostgreSQL Tools',
long_description='pgAdmin is the most popular and feature rich Open Source ' long_description='pgAdmin is the most popular and feature rich Open '
'administration and development platform for PostgreSQL, ' 'Source administration and development platform for '
'the most advanced Open Source database in the world.\n\n' 'PostgreSQL, the most advanced Open Source database in '
'pgAdmin may be used on Linux, Unix, macOS and Windows to ' 'the world.\n\npgAdmin may be used on Linux, Unix, '
'manage PostgreSQL and EDB Advanced Server 10 and above.', 'macOS and Windows to manage PostgreSQL and EDB '
'Advanced Server 10 and above.',
url='https://www.pgadmin.org/', url='https://www.pgadmin.org/',