Commit 032ffade authored by Tim Graham's avatar Tim Graham
Browse files

[1.4.x] Removed wheel generation from Makefile.

parent 52136afd
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
all: sdist bdist_wheel
all: sdist

sdist:
	python setup.py sdist

bdist_wheel:
	python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel

.PHONY : sdist bdist_wheel
.PHONY : sdist