We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cab7c commit b6f0034Copy full SHA for b6f0034
1 file changed
setup.py
@@ -27,7 +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'
+ 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