aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0e4e36f1..4df247b2 100644
--- a/setup.py
+++ b/setup.py
@@ -80,7 +80,7 @@ setup(
scripts = ["pathod", "pathoc"],
classifiers = [
"License :: OSI Approved :: MIT License",
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
"Operating System :: POSIX",
"Programming Language :: Python",
"Topic :: Internet",
@@ -89,5 +89,5 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
"Topic :: Internet :: WWW/HTTP",
],
- install_requires=['netlib>=0.2.1', "requests>=0.13", "flask"],
+ install_requires=['netlib>=0.2.2', "requests>=0.13", "flask"],
)