File python-channels-fix_excludes.patch of Package python-channels

diff --git a/setup.cfg b/setup.cfg
index 45fa262..c3a7494 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -50,7 +50,7 @@ types =
 
 [options.packages.find]
 exclude =
-    tests
+    tests*
 
 [flake8]
 exclude = venv/*,tox/*,docs/*,testproject/*,build/*