mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 18:03:04 +03:00
Remove wheel and pex files in fab clean
This commit is contained in:
parent
53b3249e06
commit
fbb67b1b4b
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -75,6 +75,8 @@ def pex():
|
||||||
|
|
||||||
def clean():
|
def clean():
|
||||||
with lcd(path.dirname(__file__)):
|
with lcd(path.dirname(__file__)):
|
||||||
|
local('rm -f dist/*.whl')
|
||||||
|
local('rm -f dist/*.pex')
|
||||||
with virtualenv(VENV_DIR) as venv_local:
|
with virtualenv(VENV_DIR) as venv_local:
|
||||||
venv_local('python setup.py clean --all')
|
venv_local('python setup.py clean --all')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user