b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/setup.cfg |
2 | +++ b/setup.cfg | ||||
3 | @@ -30,7 +30,10 @@ zip_safe = False | ||||
4 | |||||
5 | [options.packages.find] | ||||
6 | where = src | ||||
7 | -exclude = exampleproj | ||||
8 | +exclude = | ||||
9 | + exampleproj | ||||
10 | + *.tests | ||||
11 | + *.tests.* | ||||
12 | |||||
13 | [options.package_data] | ||||
14 | incremental = py.typed |