diff --git a/setup.cfg b/setup.cfg index 80932d37..dc77bbb3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,12 +19,18 @@ classifiers = Topic :: Software Development :: Libraries :: Python Modules [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