Skip to content

Commit

Permalink
Fix extra_requires -> extras_require typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed Jul 4, 2019
1 parent 00078c5 commit 3b77852
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 @@ -148,7 +148,7 @@
"cherrypy",
"requests"
],
extra_requires = {
extras_require = {
'mysql': ["mysqlclient"],
},
zip_safe = False
Expand Down

0 comments on commit 3b77852

Please sign in to comment.