diff options
author | Demian Brecht <demianbrecht@gmail.com> | 2022-11-28 12:46:18 -0800 |
---|---|---|
committer | Demian Brecht <demianbrecht@gmail.com> | 2022-11-28 12:46:18 -0800 |
commit | a8a8945588b5ebab1c312979d59fbf085696e30f (patch) | |
tree | 35a1f2a84e263a7d063f1850a22fd6b008efe9cd | |
parent | 6f7dd7c12ceffa2aefe28c2fbafbad2273980b2b (diff) | |
download | python-setuptools-git-a8a8945588b5ebab1c312979d59fbf085696e30f.tar.gz |
add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE
-rw-r--r-- | setuptools/discovery.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 ---- "[._]*", ) |