Skip to content

Commit 63535c6

Browse files
committed
Rely on default discovery for good heuristics for finding packages.
1 parent d278905 commit 63535c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.cfg

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@ classifiers =
1313
Programming Language :: Python :: 3 :: Only
1414

1515
[options]
16-
packages = find_namespace:
1716
include_package_data = true
1817
python_requires = >=3.8
1918
install_requires =
2019

21-
[options.packages.find]
22-
exclude =
23-
# duplicate exclusions for pypa/setuptools#2688
24-
docs
25-
docs.*
26-
tests
27-
tests.*
28-
2920
[options.extras_require]
3021
testing =
3122
# upstream

0 commit comments

Comments
 (0)