diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-11 17:02:47 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-11 17:02:47 +0000 |
| commit | ee4d6f1d87868ea025bfe01e626c2e4079aee60b (patch) | |
| tree | 3fce4ea59655cbbe0547dcd2a2312494be9a2979 /setuptools | |
| parent | 2be567abcd6c2b6e30055feed5313a6a6bb3b1fc (diff) | |
| parent | 718afe0c108b552e917552103e360c39d5e2f0c3 (diff) | |
| download | python-setuptools-git-ee4d6f1d87868ea025bfe01e626c2e4079aee60b.tar.gz | |
Merge: Add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE (#3715)
Diffstat (limited to 'setuptools')
| -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 ---- "[._]*", ) |
