Commit 9f5adf8d authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files
parent 95cf1724
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