From: Karl O. Pinc Date: Sat, 29 Aug 2020 22:14:28 +0000 (-0500) Subject: Added long_description_content_type X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=a9d0a1b90c7989f9649c0859ec9b1a793d5870ed;p=pgwui_develop Added long_description_content_type --- diff --git a/setup.py b/setup.py index d17903f..9f66580 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( description=( 'Support for regression tests of the PGWUI suite.'), long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_testing.readthedocs.io/',