diff --git a/extras/Makefile b/extras/Makefile index ff14f404e2..562b3738bf 100644 --- a/extras/Makefile +++ b/extras/Makefile @@ -1,9 +1,6 @@ -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