summaryrefslogtreecommitdiff
path: root/setuptools
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-11 17:02:47 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-11 17:02:47 +0000
commitee4d6f1d87868ea025bfe01e626c2e4079aee60b (patch)
tree3fce4ea59655cbbe0547dcd2a2312494be9a2979 /setuptools
parent2be567abcd6c2b6e30055feed5313a6a6bb3b1fc (diff)
parent718afe0c108b552e917552103e360c39d5e2f0c3 (diff)
downloadpython-setuptools-git-ee4d6f1d87868ea025bfe01e626c2e4079aee60b.tar.gz
Merge: Add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE (#3715)
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/discovery.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/discovery.py b/setuptools/discovery.py
index 98fc2a7f..6244a185 100644
--- a/setuptools/discovery.py
+++ b/setuptools/discovery.py
@@ -273,6 +273,7 @@ class FlatLayoutModuleFinder(ModuleFinder):
"benchmarks",
"exercise",
"exercises",
+ "htmlcov",
# ---- Hidden files/Private modules ----
"[._]*",
)