--skip-scripts is no longer a thing.

See c29f82b4cf.
This commit is contained in:
Jacob Kaplan-Moss 2014-05-14 18:52:33 +02:00
parent 95cf17244c
commit 9f5adf8db3
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ sdist:
python setup.py sdist
bdist_wheel:
python setup.py bdist_wheel --skip-scripts
python setup.py bdist_wheel
.PHONY : sdist bdist_wheel