diff options
author | Florian Apolloner <florian@apolloner.eu> | 2014-05-16 15:35:23 +0200 |
---|---|---|
committer | Florian Apolloner <florian@apolloner.eu> | 2014-05-16 15:45:58 +0200 |
commit | ddd52b221c5b005e42db3177f25a6b81561dea63 (patch) | |
tree | a3f21c67dc62aa942d64b91f6013f9436c4e409d /extras | |
parent | 2c176eb95cc53f29367e56e0a8eec336834a299d (diff) | |
download | django-ddd52b221c5b005e42db3177f25a6b81561dea63.tar.gz |
Removed --skip-scripts from extras/Makefile.
This is the default now, 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 |