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

index c757bceece60a49e7427188b5208741439c5b77c..32993dfcaf7be5ec03fde34e8a7fc847cd281710 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,7 @@ setup(
     description=(
         'A web interface for bulk PostgreSQL data validation and upload.'),
     long_description=long_description,
+    long_description_content_type='text/x-rst',
 
     # The project's main homepage.
     url='http://pgwui_upload.readthedocs.io/',