Skip to content

Commit

Permalink
Rely on default discovery for good heuristics for finding packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 7, 2024
1 parent d278905 commit 63535c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,10 @@ classifiers =
Programming Language :: Python :: 3 :: Only

[options]
packages = find_namespace:
include_package_data = true
python_requires = >=3.8
install_requires =

[options.packages.find]
exclude =
# duplicate exclusions for pypa/setuptools#2688
docs
docs.*
tests
tests.*

[options.extras_require]
testing =
# upstream
Expand Down

0 comments on commit 63535c6

Please sign in to comment.