Skip to content

Commit

Permalink
Add support for namespace packages. Closes jaraco/skeleton#40.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 16, 2021
1 parent 77fbe1d commit 0df4081
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 @@ -15,12 +15,18 @@ classifiers =
Programming Language :: Python :: 3 :: Only

[options]
packages = find:
packages = find_namespace:
include_package_data = true
python_requires = >=3.6
install_requires =
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 0df4081

Please sign in to comment.