aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-incremental/patches/001-omit-tests.patch
blob: b71c6e35f7176bcdfc63fffa5a80221d372519a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,7 +30,10 @@ zip_safe = False
 
 [options.packages.find]
 where = src
-exclude = exampleproj
+exclude = 
+	exampleproj
+	*.tests
+	*.tests.*
 
 [options.package_data]
 incremental = py.typed