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 d278905 commit 63535c6Copy full SHA for 63535c6
1 file changed
setup.cfg
@@ -13,19 +13,10 @@ classifiers =
13
Programming Language :: Python :: 3 :: Only
14
15
[options]
16
-packages = find_namespace:
17
include_package_data = true
18
python_requires = >=3.8
19
install_requires =
20
21
-[options.packages.find]
22
-exclude =
23
- # duplicate exclusions for pypa/setuptools#2688
24
- docs
25
- docs.*
26
- tests
27
- tests.*
28
-
29
[options.extras_require]
30
testing =
31
# upstream
0 commit comments