include wheel as dev dependency
This commit is contained in:
parent
0595585974
commit
014b76bff7
1
setup.py
1
setup.py
|
@ -79,6 +79,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"
|
||||||
"pathod>=%s, <%s" %
|
"pathod>=%s, <%s" %
|
||||||
(version.MINORVERSION,
|
(version.MINORVERSION,
|
||||||
version.NEXT_MINORVERSION)]},
|
version.NEXT_MINORVERSION)]},
|
||||||
|
|
Loading…
Reference in New Issue