From 014b76bff7b9af0a9ff3704be49aa84232c7fa3e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Jun 2015 11:36:58 +0200 Subject: [PATCH] include wheel as dev dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0051ea77d..1f215baa3 100644 --- a/setup.py +++ b/setup.py @@ -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)]},