Fixes bad render of markdown in pypi project description (see #794).

pull/793/head
David Núñez 2019-02-20 12:40:33 +01:00
parent 56f484b411
commit 81f3e95baa
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ setup(name=ABOUT['__title__'],
description=ABOUT['__summary__'],
license=ABOUT['__license__'],
long_description=long_description,
long_description_content_type="text/markdown",
setup_requires=['pytest-runner'], # required for `setup.py test`
tests_require=TESTS_REQUIRE,