Removed --skip-scripts from extras/Makefile.
This is the default now, see c29f82b4cf
This commit is contained in:
parent
2c176eb95c
commit
ddd52b221c
|
@ -4,6 +4,6 @@ sdist:
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
||||||
bdist_wheel:
|
bdist_wheel:
|
||||||
python setup.py bdist_wheel --skip-scripts
|
python setup.py bdist_wheel
|
||||||
|
|
||||||
.PHONY : sdist bdist_wheel
|
.PHONY : sdist bdist_wheel
|
||||||
|
|
Loading…
Reference in New Issue