Removed --skip-scripts from extras/Makefile.

This is the default now, see c29f82b4cf
This commit is contained in:
Florian Apolloner 2014-05-16 15:35:23 +02:00
parent 2c176eb95c
commit ddd52b221c
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