diff --git a/fabfile.py b/fabfile.py index 0e69551c3..2ab74ce24 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():