diff --git a/setup.py b/setup.py index d5656a5..6cfc6bc 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ setup( url="https://github.com/moepman/acertmgr", packages=find_packages(), long_description=read('README.md'), + long_description_content_type="text/markdown", classifiers=[ "Development Status :: 3 - Alpha", "License :: OSI Approved :: ISC License",