mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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():
|
||||
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
Block a user