diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-06 00:26:51 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-06 00:26:51 +0100 |
commit | 12d9594e85160ae2b445e6d7d33f762f2faf1d11 (patch) | |
tree | 63766fc3d8e8592e70440ed1c53350a2724cb98e /setup.py | |
parent | 1755fd3368e1679eb085f95d8621e44fe62ed116 (diff) | |
download | mitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.tar.gz mitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.tar.bz2 mitmproxy-12d9594e85160ae2b445e6d7d33f762f2faf1d11.zip |
minor fixes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': [ |