File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ DOCS_REQUIREMENTS="--editable .[docs] --constraint requirements.txt"
3636VIRTUALENV_DIR=venv
3737
3838# Cleanable files and directories to delete with the --clean option
39- CLEANABLE=" build venv"
39+ CLEANABLE=" build dist venv .cache .eggs "
4040
4141# extra arguments passed to pip
4242PIP_EXTRA_ARGS=" "
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set "DOCS_REQUIREMENTS=--editable .[docs] --constraint requirements.txt"
3434set " VIRTUALENV_DIR = venv"
3535
3636@ rem # Cleanable files and directories to delete with the --clean option
37- set " CLEANABLE = build venv"
37+ set " CLEANABLE = build dist venv .cache .eggs "
3838
3939@ rem # extra arguments passed to pip
4040set " PIP_EXTRA_ARGS = "
You can’t perform that action at this time.
0 commit comments