aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 571e4eab..30ea276c 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
],
- packages=find_packages(),
+ packages=find_packages(exclude=["test", "test.*"]),
include_package_data=True,
entry_points={
'console_scripts': [