diff options
-rw-r--r-- | changelog.d/3594.change.rst | 1 | ||||
-rw-r--r-- | setuptools/discovery.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3594.change.rst b/changelog.d/3594.change.rst new file mode 100644 index 00000000..c0642d78 --- /dev/null +++ b/changelog.d/3594.change.rst @@ -0,0 +1 @@ +Added ``htmlcov`` to FlatLayoutModuleFinder.DEFAULT_EXCLUDE -- by :user:`demianbrecht` diff --git a/setuptools/discovery.py b/setuptools/discovery.py index 98fc2a7f..6244a185 100644 --- a/setuptools/discovery.py +++ b/setuptools/discovery.py @@ -273,6 +273,7 @@ class FlatLayoutModuleFinder(ModuleFinder): "benchmarks", "exercise", "exercises", + "htmlcov", # ---- Hidden files/Private modules ---- "[._]*", ) |