mirror of https://github.com/explosion/spaCy.git
Fix sdist command
This commit is contained in:
parent
3624153591
commit
105a91975b
|
@ -59,7 +59,7 @@ def make():
|
|||
def sdist():
|
||||
with virtualenv(VENV_DIR) as venv_local:
|
||||
with lcd(path.dirname(__file__)):
|
||||
local('python -m pip install -U setuptools')
|
||||
local('python -m pip install -U setuptools srsly')
|
||||
local('python setup.py sdist')
|
||||
|
||||
def wheel():
|
||||
|
|
Loading…
Reference in New Issue