mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
* Fix clean command
This commit is contained in:
parent
7588adf5e7
commit
e2ea0fb47a
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -47,7 +47,7 @@ def make():
|
|||
|
||||
def clean():
|
||||
with lcd(path.dirname(__file__)):
|
||||
local('python dev_setup.py clean --all')
|
||||
local('python setup.py clean --all')
|
||||
|
||||
|
||||
def test():
|
||||
|
|
Loading…
Reference in New Issue
Block a user