mirror of https://github.com/nucypher/nucypher.git
Fixes bad render of markdown in pypi project description (see #794).
parent
56f484b411
commit
81f3e95baa
1
setup.py
1
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue