From: Karl O. Pinc Date: Sat, 29 Aug 2020 22:04:00 +0000 (-0500) Subject: Added long_description_content_type X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=ace62ccd995b042353c4dbe1772069682d733a01;p=pgwui_core Added long_description_content_type --- diff --git a/setup.py b/setup.py index a35e410..63f40ad 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ setup( description='A framework for creating PostgreSQL web user interfaces.', long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_core.readthedocs.io/',