mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Ensure new setuptools before building sdist
This commit is contained in:
parent
f75be6e7be
commit
7cbdcaddf3
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -59,6 +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 setup.py sdist')
|
local('python setup.py sdist')
|
||||||
|
|
||||||
def wheel():
|
def wheel():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user