From da22ef2ebc7a9449d2393958657299fc7660dab6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 18 Oct 2019 18:00:15 +0200 Subject: [PATCH] add description content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f4c472..11aac04 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup(name='wordops', version='3.9.9.4', description='WordPress & server administration toolset', long_description=LONG, + long_description_content_type='text/markdown', classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",