Add long description content type in setup.py

pull/2192/head
grossmj 1 year ago
parent 83cb8693e6
commit 3a6ff9b44f

@ -76,6 +76,7 @@ setup(
cmdclass={"test": PyTest},
description="GNS3 server",
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
install_requires=dependencies,
entry_points={
"console_scripts": [

Loading…
Cancel
Save