aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.mkd6
-rw-r--r--setup.py1
2 files changed, 7 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index f0a26dd5..7c96d396 100644
--- a/README.mkd
+++ b/README.mkd
@@ -6,3 +6,9 @@ respects, because both pathod and mitmproxy often need to violate standards.
This means that protocols are implemented as small, well-contained and flexible
functions, and are designed to allow misbehaviour when needed.
+
+Requirements
+------------
+
+* [Python](http://www.python.org) 2.7.x.
+* Third-party packages listed in [setup.py](https://github.com/mitmproxy/netlib/blob/master/setup.py) \ No newline at end of file
diff --git a/setup.py b/setup.py
index 2dcfa248..80582772 100644
--- a/setup.py
+++ b/setup.py
@@ -82,6 +82,7 @@ setup(
"Development Status :: 3 - Alpha",
"Operating System :: POSIX",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Software Development :: Testing",