aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py4
2 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f1465cd9..d1426c13 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ include LICENSE
include CHANGELOG
include CONTRIBUTORS
include README.txt
+include setup.py
exclude README.mkd
recursive-include examples *
recursive-include doc *
diff --git a/setup.py b/setup.py
index 2ba8ba66..8dbc6135 100644
--- a/setup.py
+++ b/setup.py
@@ -79,7 +79,7 @@ setup(
package_data = package_data,
scripts = ["mitmproxy", "mitmdump"],
classifiers = [
- "License :: OSI Approved :: GNU General Public License (GPL)",
+ "License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Console :: Curses",
@@ -96,7 +96,7 @@ setup(
"netlib>=%s"%version.VERSION,
"urwid>=1.1",
"pyasn1>0.1.2",
- "pyopenssl>=0.12",
+ "pyopenssl>=0.13",
"PIL",
"lxml",
"flask"