aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d08ea17a..3a1d7811 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
"coveralls>=0.4.1",
"autopep8>=1.0.3",
"autoflake>=0.6.6",
- "wheel>=0.24.0"
+ "wheel>=0.24.0",
"pathod>=%s, <%s" %
(version.MINORVERSION,
version.NEXT_MINORVERSION)]},