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

index d17903f0cfb56cd58b0722079168c8cd5eaefb0b..9f6658077a8b074ef6b6f9ebca397b075b72306d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ setup(
     description=(
         'Support for regression tests of the PGWUI suite.'),
     long_description=long_description,
+    long_description_content_type='text/x-rst',
 
     # The project's main homepage.
     url='http://pgwui_testing.readthedocs.io/',