mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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():
|
def sdist():
|
||||||
with virtualenv(VENV_DIR) as venv_local:
|
with virtualenv(VENV_DIR) as venv_local:
|
||||||
with lcd(path.dirname(__file__)):
|
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')
|
local('python setup.py sdist')
|
||||||
|
|
||||||
def wheel():
|
def wheel():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user