diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-02 22:01:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-02 22:01:51 -0500 |
| commit | 032ffade8acf6f79ff4cc7632d10df4619c32b72 (patch) | |
| tree | a16b9e36689c4364f511d98d3273b2cfeeb103e9 | |
| parent | 52136afda4fa085189cb0655c60e44287706d273 (diff) | |
[1.4.x] Removed wheel generation from Makefile.
| -rw-r--r-- | extras/Makefile | 7 |
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 |
