Set long_description_content_type for nicer a PyPI page

This commit is contained in:
Kyle Altendorf 2020-09-14 22:33:57 -04:00 committed by wjblanke
parent bb3f292f5f
commit 918af6b9e6
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ kwargs = dict(
},
use_scm_version={"fallback_version": "unknown-no-.git-directory"},
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
zip_safe=False,
)