aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-30 12:05:50 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-30 12:05:50 +1300
commitf12510d9794c155657e80864529e0198872e7d7d (patch)
tree8d393ac81ef8929821e4e587af8fe59bd2d2cba5 /setup.py
parent60aa16fc56d67506886315818773d6fedddb2d4f (diff)
downloadmitmproxy-f12510d9794c155657e80864529e0198872e7d7d.tar.gz
mitmproxy-f12510d9794c155657e80864529e0198872e7d7d.tar.bz2
mitmproxy-f12510d9794c155657e80864529e0198872e7d7d.zip
Spell-check docs, setup.py fixes, add missing files to manifest.
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 de4a3e96..92560189 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ setup(
long_description = long_description,
author = "Aldo Cortesi",
author_email = "aldo@corte.si",
- url = "http://corte.si/software",
+ url = "http://mitmproxy.org",
packages = packages,
package_data = package_data,
scripts = ["mitmproxy", "mitmdump"],