Skip to content

Commit b6f0034

Browse files
authored
Fixed setup.py
1 parent b8cab7c commit b6f0034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_version(rel_path):
2727
version=version,
2828
description="A Python API wrapper for MapRoulette",
2929
license="Apache License 2.0",
30-
long_description_content_type='text/markdown'
30+
long_description_content_type='text/markdown',
3131
long_description=long_description,
3232
url="https://github.com/osmlab/maproulette-python-client",
3333
packages=find_packages(exclude=["tests", "examples"]),

0 commit comments

Comments
 (0)