We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cc6814 + b6f0034 commit 0b8baf3Copy full SHA for 0b8baf3
2 files changed
maproulette/__init__.py
@@ -12,4 +12,4 @@
12
from .api.task import Task
13
from .api.user import User
14
15
-__version__ = '0.1.0rc2'
+__version__ = '0.1.0rc3'
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