summaryrefslogtreecommitdiff
blob: 1a1591e4e4021b2f37032de37af4115d5421ccfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,10 @@ install_requires =
     packaging>=19.0
 python_requires = >=3.7
 
+[options.packages.find]
+exclude =
+    tests
+
 [options.extras_require]
 test =
     pytest>=6.2.4