Added long_description_content_type
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 29 Aug 2020 22:00:15 +0000 (17:00 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 29 Aug 2020 22:00:15 +0000 (17:00 -0500)
setup.py

index a9e94051193f4f508a39afdf8faf7527b4fe63e5..ebda3db687c8352fe32638db9c44c0811b652d40 100644 (file)
--- 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/',