From: Karl O. Pinc Date: Sat, 29 Aug 2020 22:13:53 +0000 (-0500) Subject: Added long_description_content_type X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c17976cb3f85444455a8e59d4c07ac444abdcddb;p=pgwui_upload Added long_description_content_type --- diff --git a/setup.py b/setup.py index c757bce..32993df 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ setup( description=( 'A web interface for bulk PostgreSQL data validation and upload.'), long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_upload.readthedocs.io/',