fix setup.py

This commit is contained in:
Thomas Kriechbaumer 2015-06-18 13:12:06 +02:00
parent 3e282d764e
commit 40436ffb1f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ setup(
"coveralls>=0.4.1", "coveralls>=0.4.1",
"autopep8>=1.0.3", "autopep8>=1.0.3",
"autoflake>=0.6.6", "autoflake>=0.6.6",
"wheel>=0.24.0" "wheel>=0.24.0",
"pathod>=%s, <%s" % "pathod>=%s, <%s" %
(version.MINORVERSION, (version.MINORVERSION,
version.NEXT_MINORVERSION)]}, version.NEXT_MINORVERSION)]},