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

index 08f14bc83486373a41224349c166980c8d225455..cd98fa3a1a2e40eb97ef4524eeacafce2f359ef9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ setup(
 
     description='Logout page for the PostgreSQL Web User Interface suite.',
     long_description=long_description,
+    long_description_content_type='text/x-rst',
 
     # The project's main homepage.
     url='http://pgwui_logout.readthedocs.io/',