Skip to content

Commit ee4d6f1

Browse files
committed
Merge: Add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE (#3715)
2 parents 2be567a + 718afe0 commit ee4d6f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/3594.change.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added ``htmlcov`` to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:`demianbrecht`

setuptools/discovery.py

+1
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ class FlatLayoutModuleFinder(ModuleFinder):
273273
"benchmarks",
274274
"exercise",
275275
"exercises",
276+
"htmlcov",
276277
# ---- Hidden files/Private modules ----
277278
"[._]*",
278279
)

0 commit comments

Comments
 (0)