setup: change long_description content type to markdown

This commit is contained in:
Kishi85 2019-02-23 17:36:27 +01:00
parent 567b1feb4b
commit 3562a6a5a3
1 changed files with 1 additions and 0 deletions

View File

@ -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",