summaryrefslogtreecommitdiff
path: root/dev-python/channels/files/channels-4.3.2-fix-install.patch
blob: 18eca8f75445d0bd1633b310d11eb7481894259c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.cfg b/setup.cfg
index 742e1f6..43d8c0d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,7 +52,7 @@ types =
 
 [options.packages.find]
 exclude =
-    tests
+    tests*
 
 [flake8]
 exclude = venv/*,tox/*,docs/*,testproject/*,build/*