Commit 0df40810 authored by Jason R. Coombs's avatar Jason R. Coombs

Add support for namespace packages. Closes jaraco/skeleton#40.

parent 77fbe1df
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment