Skip to content

Commit 17aa0a6

Browse files
Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE
1 parent 4bce9df commit 17aa0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setuptools/discovery.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ class FlatLayoutPackageFinder(PEP420PackageFinder):
234234
"benchmarks",
235235
"exercise",
236236
"exercises",
237+
"htmlcov", # Coverage.py
237238
# ---- Hidden directories/Private packages ----
238239
"[._]*",
239240
)
@@ -273,7 +274,7 @@ class FlatLayoutModuleFinder(ModuleFinder):
273274
"benchmarks",
274275
"exercise",
275276
"exercises",
276-
"htmlcov",
277+
"htmlcov", # Coverage.py
277278
# ---- Hidden files/Private modules ----
278279
"[._]*",
279280
)

0 commit comments

Comments
 (0)