Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 18, 2021
2 parents 5e99e8e + 0df4081 commit 486f4b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ project_urls =
Documentation = https://importlib-resources.readthedocs.io/

[options]
packages = find:
packages = find_namespace:
include_package_data = true
python_requires = >=3.6
install_requires =
zipp >= 0.4; python_version < '3.8'
setup_requires = setuptools_scm[toml] >= 3.4.1

[options.packages.find]
exclude =
build*
docs*
tests*

[options.extras_require]
testing =
# upstream
Expand Down

0 comments on commit 486f4b4

Please sign in to comment.