We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3f4ef commit 41902eaCopy full SHA for 41902ea
1 file changed
postgresql/release/distutils.py
@@ -167,6 +167,7 @@ def standard_setup_keywords(build_extensions = True, prefix = default_prefix):
167
'version' : version,
168
'description' : 'PostgreSQL driver and tools library.',
169
'long_description' : LONG_DESCRIPTION,
170
+ 'long_description_content_type' : 'text/x-rst',
171
'author' : 'James William Pye',
172
'author_email' : 'james.pye@gmail.com',
173
'maintainer' : 'James William Pye',
0 commit comments