[1.4.x] Removed wheel generation from Makefile.
This commit is contained in:
parent
52136afda4
commit
032ffade8a
@ -1,9 +1,6 @@
|
|||||||
all: sdist bdist_wheel
|
all: sdist
|
||||||
|
|
||||||
sdist:
|
sdist:
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
||||||
bdist_wheel:
|
.PHONY : sdist
|
||||||
python -c "import setuptools;__file__='setup.py';exec(compile(open(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))" bdist_wheel
|
|
||||||
|
|
||||||
.PHONY : sdist bdist_wheel
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user