Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Todaro committed Sep 4, 2019
1 parent 3fbb532 commit 5f0d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def make_long_description():
"Programming Language :: Python :: 3 :: Only",
"Operating System :: OS Independent",
],
packages=find_packages(exclude=["tests", "requirements"])),
packages=find_packages(exclude=["tests", "requirements"]),
install_requires=["webob"],
extras_require={"JSON": ["python-rapidjson"]},
)

0 comments on commit 5f0d222

Please sign in to comment.