fix setup.py
This commit is contained in:
parent
3e282d764e
commit
40436ffb1f
2
setup.py
2
setup.py
|
@ -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)]},
|
||||||
|
|
Loading…
Reference in New Issue