aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-06 00:26:51 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-06 00:26:51 +0100
commit12d9594e85160ae2b445e6d7d33f762f2faf1d11 (patch)
tree63766fc3d8e8592e70440ed1c53350a2724cb98e /setup.py
parent1755fd3368e1679eb085f95d8621e44fe62ed116 (diff)
downloadmitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.tar.gz
mitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.tar.bz2
mitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.zip
minor fixes
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 adbb2cdc..a52f20b5 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
"Topic :: Software Development :: Testing :: Traffic Generation",
],
- packages=find_packages(),
+ packages=find_packages(exclude=["test", "test.*"]),
include_package_data=True,
entry_points={
'console_scripts': [