We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9746f commit f571cc2Copy full SHA for f571cc2
1 file changed
setup.py
@@ -27,6 +27,7 @@ def get_version(rel_path):
27
version=version,
28
description="A Python API wrapper for MapRoulette",
29
license="Apache License 2.0",
30
+ long_description_content_type='text/markdown'
31
long_description=long_description,
32
url="https://github.com/osmlab/maproulette-python-client",
33
packages=find_packages(exclude=["tests", "examples"]),
0 commit comments