From: Karl O. Pinc Date: Sat, 29 Aug 2020 22:02:34 +0000 (-0500) Subject: Added long_description_content_type X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=89be16d4718115c54b92f00c11ea5b905667a67f;p=pgwui_common Added long_description_content_type --- diff --git a/setup.py b/setup.py index a69d0c6..0afd2c9 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup( description='Shared files for PGWUI Postgres web interfaces.', long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_common.readthedocs.io/',