Skip to content

Commit

Permalink
Add venv to the default exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Mar 7, 2022
1 parent f39edae commit 418b58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setuptools/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class FlatLayoutPackageFinder(PEP420PackageFinder):
"tools",
"build",
"dist",
"venv",
# ---- Task runners / Build tools ----
"tasks", # invoke
"fabfile", # fabric
Expand Down

0 comments on commit 418b58e

Please sign in to comment.