diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:52:33 +0200 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:52:33 +0200 |
| commit | 9f5adf8db37280e8ddc093a36c9ad1c20142a5ca (patch) | |
| tree | 16270d2b54dc9c43337e2eecdc2143350ad6a084 /extras | |
| parent | 95cf17244c086cb31eef86bdb0db57a0b5d05e38 (diff) | |
--skip-scripts is no longer a thing.
See https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892.
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Makefile b/extras/Makefile index 531fae63fc..66efd0d451 100644 --- a/extras/Makefile +++ b/extras/Makefile @@ -4,6 +4,6 @@ sdist: python setup.py sdist bdist_wheel: - python setup.py bdist_wheel --skip-scripts + python setup.py bdist_wheel .PHONY : sdist bdist_wheel |
