Skip to content

Commit

Permalink
Remove htmlcov from auto **module** discovery
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
abravalheri committed Feb 27, 2023
1 parent 9bfb5bf commit 89e7f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setuptools/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ class FlatLayoutModuleFinder(ModuleFinder):
"benchmarks",
"exercise",
"exercises",
"htmlcov", # Coverage.py
# ---- Hidden files/Private modules ----
"[._]*",
)
Expand Down

0 comments on commit 89e7f64

Please sign in to comment.