mirror of https://github.com/explosion/spaCy.git
Ensure new setuptools before building sdist
This commit is contained in:
parent
f75be6e7be
commit
7cbdcaddf3
|
@ -59,6 +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 setup.py sdist')
|
||||
|
||||
def wheel():
|
||||
|
|
Loading…
Reference in New Issue