From 89e7f64ffd4e57bc2a764c885382d99a28133a2d Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 27 Feb 2023 10:36:58 +0000 Subject: 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) --- setuptools/discovery.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools') diff --git a/setuptools/discovery.py b/setuptools/discovery.py index 75c6e835..f053dba8 100644 --- a/setuptools/discovery.py +++ b/setuptools/discovery.py @@ -274,7 +274,6 @@ class FlatLayoutModuleFinder(ModuleFinder): "benchmarks", "exercise", "exercises", - "htmlcov", # Coverage.py # ---- Hidden files/Private modules ---- "[._]*", ) -- cgit v1.2.1