mirror of https://github.com/explosion/spaCy.git
* Fix clean command
This commit is contained in:
parent
7588adf5e7
commit
e2ea0fb47a
|
@ -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