Skip to content

Commit d278905

Browse files
committed
Exclude docs and tests directories properly per Setuptools behavior.
1 parent dbcb074 commit d278905

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ install_requires =
2020

2121
[options.packages.find]
2222
exclude =
23-
docs*
24-
tests*
23+
# duplicate exclusions for pypa/setuptools#2688
24+
docs
25+
docs.*
26+
tests
27+
tests.*
2528

2629
[options.extras_require]
2730
testing =

0 commit comments

Comments
 (0)