Commit ddd52b22 authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Removed --skip-scripts from extras/Makefile.

parent 2c176eb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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