We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f841c2f commit bd2a464Copy full SHA for bd2a464
2 files changed
configure
@@ -36,7 +36,7 @@ DOCS_REQUIREMENTS="--editable .[docs] --constraint requirements.txt"
36
VIRTUALENV_DIR=venv
37
38
# Cleanable files and directories to delete with the --clean option
39
-CLEANABLE="build venv"
+CLEANABLE="build dist venv .cache .eggs"
40
41
# extra arguments passed to pip
42
PIP_EXTRA_ARGS=" "
configure.bat
@@ -34,7 +34,7 @@ set "DOCS_REQUIREMENTS=--editable .[docs] --constraint requirements.txt"
34
set "VIRTUALENV_DIR=venv"
35
@rem # Cleanable files and directories to delete with the --clean option
-set "CLEANABLE=build venv"
+set "CLEANABLE=build dist venv .cache .eggs"
@rem # extra arguments passed to pip
set "PIP_EXTRA_ARGS= "
0 commit comments