summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-02 22:01:51 -0500
committerTim Graham <timograham@gmail.com>2015-01-02 22:01:51 -0500
commit032ffade8acf6f79ff4cc7632d10df4619c32b72 (patch)
treea16b9e36689c4364f511d98d3273b2cfeeb103e9
parent52136afda4fa085189cb0655c60e44287706d273 (diff)
[1.4.x] Removed wheel generation from Makefile.
-rw-r--r--extras/Makefile7
1 files changed, 2 insertions, 5 deletions
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