We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fbe1d commit 0df4081Copy full SHA for 0df4081
setup.cfg
@@ -15,12 +15,18 @@ classifiers =
15
Programming Language :: Python :: 3 :: Only
16
17
[options]
18
-packages = find:
+packages = find_namespace:
19
include_package_data = true
20
python_requires = >=3.6
21
install_requires =
22
setup_requires = setuptools_scm[toml] >= 3.4.1
23
24
+[options.packages.find]
25
+exclude =
26
+ build*
27
+ docs*
28
+ tests*
29
+
30
[options.extras_require]
31
testing =
32
# upstream
0 commit comments