Skip to content

Commit a8a8945

Browse files
committed
add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE
1 parent 6f7dd7c commit a8a8945

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/discovery.py

Lines changed: 1 addition & 0 deletions
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)