mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix sdist command
This commit is contained in:
parent
3624153591
commit
105a91975b
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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
Block a user