aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc350ae2..cb2b7798 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
include_package_data=True,
scripts = ["pathod", "pathoc"],
install_requires=[
- 'netlib>=%s' % version.MINORVERSION,
+ "netlib>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
# It's INSANE that we have to do this, but...
# FIXME: Requirement to be removed at next release
"pip>=1.5.6",