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 624a1a60..ffc6cc7c 100644
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ setup(
"Topic :: Software Development :: Testing"
],
install_requires=[
- "netlib>=%s"%version.VERSION,
+ "netlib>=%s"%version.MINORVERSION,
"urwid>=1.1",
"pyasn1>0.1.2",
"pyopenssl>=0.14",