mark description as markdown formatted

This commit is contained in:
Erick Daniszewski 2019-08-15 14:48:38 -04:00
parent 1c6d386c0f
commit b1e7cea974
No known key found for this signature in database
GPG Key ID: E0E005D7AF0CA9EC
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ setup(
version=pkg['__version__'],
description=pkg['__description__'],
long_description=readme,
long_description_content_type='text/markdown',
author=pkg['__author__'],
author_email=pkg['__author_email__'],
url=pkg['__url__'],