Commit 24bbc019 authored by Łukasz Nowak's avatar Łukasz Nowak

setup.py: Define description content type

See https://pypi.org/help/#description-content-type
parent 84db494a
...@@ -18,6 +18,7 @@ setup(name=name, ...@@ -18,6 +18,7 @@ setup(name=name,
version=version, version=version,
description="SlapOS toolbox.", description="SlapOS toolbox.",
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment