Skip to content

Commit 89e7f64

Browse files
committed
Remove htmlcov from auto **module** discovery
It seems that it was previously added there by mistake. After some inspection ``htmlcov`` should be a folder (by default) and therefore can only be confused by a package (not a module)
1 parent 9bfb5bf commit 89e7f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setuptools/discovery.py

-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ class FlatLayoutModuleFinder(ModuleFinder):
274274
"benchmarks",
275275
"exercise",
276276
"exercises",
277-
"htmlcov", # Coverage.py
278277
# ---- Hidden files/Private modules ----
279278
"[._]*",
280279
)

0 commit comments

Comments
 (0)