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

index a69d0c6122a2cf85797e8f7fff733b54523f8884..0afd2c9dd9239423cf44bef92abffda276b7b16d 100644 (file)
--- 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/',