From: Karl O. Pinc Date: Sat, 29 Aug 2020 22:00:15 +0000 (-0500) Subject: Added long_description_content_type X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=fe2675014fec94e40c74a0887b26ec302968ec0d;p=pgwui_server Added long_description_content_type --- diff --git a/setup.py b/setup.py index a9e9405..ebda3db 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup( description=( 'Web server and WSGI app for the Postgres Web Interface programs.'), long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_server.readthedocs.io/',