From fc2d7ae66dd504fa5581f387db3c8347eb643205 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Sun, 10 Mar 2019 16:46:17 -0700 Subject: [PATCH] Removed long_description_content_type. Does not exist with distutils. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 549190b2..3edf45e7 100755 --- a/setup.py +++ b/setup.py @@ -413,7 +413,6 @@ if __name__ == "__main__": version=VERSION, description='The WeeWX weather software system', long_description=long_description, - long_description_content_type="text/markdown", author='Tom Keffer', author_email='tkeffer@gmail.com', url='http://www.weewx.com',