Commit 694e6c6f authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Skipped inclusion of scripts (pip will take care of that).

parent 929ceadd
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
	python setup.py bdist_wheel --skip-scripts

.PHONY : sdist bdist_wheel