Skip to content

Commit 41902ea

Browse files
committed
Add long description media type.
1 parent 2a3f4ef commit 41902ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgresql/release/distutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def standard_setup_keywords(build_extensions = True, prefix = default_prefix):
167167
'version' : version,
168168
'description' : 'PostgreSQL driver and tools library.',
169169
'long_description' : LONG_DESCRIPTION,
170+
'long_description_content_type' : 'text/x-rst',
170171
'author' : 'James William Pye',
171172
'author_email' : 'james.pye@gmail.com',
172173
'maintainer' : 'James William Pye',

0 commit comments

Comments
 (0)