summaryrefslogtreecommitdiff
blob: 0d57d4760b90e003a7509b841c3d234cb9e8c5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://github.com/FFY00/python-pyproject-metadata/pull/24
--- 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