diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-18 14:47:30 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-18 20:53:00 +0000 |
| commit | fd66feb094cc9885265fecae4c7b37911e880702 (patch) | |
| tree | 3f397965c6882f934ab6bfd1f675155565f1caa7 /setuptools/discovery.py | |
| parent | 585553fba189850935c4e3e0971b68b5a94765c3 (diff) | |
| download | python-setuptools-git-fd66feb094cc9885265fecae4c7b37911e880702.tar.gz | |
Add other names to the list of excluded packages for auto-discovery
Diffstat (limited to 'setuptools/discovery.py')
| -rw-r--r-- | setuptools/discovery.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/setuptools/discovery.py b/setuptools/discovery.py index 1d1b3814..f15ebd6f 100644 --- a/setuptools/discovery.py +++ b/setuptools/discovery.py @@ -183,15 +183,24 @@ class FlatLayoutPackageFinder(PEP420PackageFinder): "doc", "docs", "documentation", + "manpages", + "news", + "changelog", "test", "tests", + "unit_test", + "unit_tests", "example", "examples", "scripts", "tools", + "util", + "utils", "build", "dist", "venv", + "env", + "requirements", # ---- Task runners / Build tools ---- "tasks", # invoke "fabfile", # fabric |
