blob: 3d974cbf00b108a50b140c05997e8ac71f2b109b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/pyproject.toml b/pyproject.toml
index 6a8003f..e0e685d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -53,7 +53,7 @@ license-files = ["LICENSE"]
zip-safe = false
[tool.setuptools.packages.find]
-exclude = ["tests"] # tests.*
+exclude = ["tests", "tests.*"]
namespaces = false
[tool.setuptools_scm]
|