include wheel as dev dependency

This commit is contained in:
Maximilian Hils 2015-06-18 11:36:58 +02:00
parent 0595585974
commit 014b76bff7

View File

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