From 89be16d4718115c54b92f00c11ea5b905667a67f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 29 Aug 2020 17:02:34 -0500 Subject: [PATCH] Added long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) 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/', -- 2.34.1