mirror of
https://github.com/moepman/acertmgr.git
synced 2025-01-01 05:31:51 +01:00
setup: change long_description content type to markdown
This commit is contained in:
parent
567b1feb4b
commit
3562a6a5a3
1
setup.py
1
setup.py
@ -44,6 +44,7 @@ setup(
|
|||||||
url="https://github.com/moepman/acertmgr",
|
url="https://github.com/moepman/acertmgr",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
long_description=read('README.md'),
|
long_description=read('README.md'),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"License :: OSI Approved :: ISC License",
|
"License :: OSI Approved :: ISC License",
|
||||||
|
Loading…
Reference in New Issue
Block a user