summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 88bc263a..106763e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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