summarylogtreecommitdiffstats
path: root/001-setup.py.patch
blob: f72ab8c5a705ea27c82688e995a95e4294933c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 468b63f..c764709 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ kwargs = {
     ],
     'install_requires': REQUIRES,
     'tests_require': ['coverage', 'pytest'],
-    'packages': find_packages(),
+    'packages': find_packages(exclude=('*tests*',)),
 
 }