summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2014-05-16 15:35:23 +0200
committerFlorian Apolloner <florian@apolloner.eu>2014-05-16 15:45:58 +0200
commitddd52b221c5b005e42db3177f25a6b81561dea63 (patch)
treea3f21c67dc62aa942d64b91f6013f9436c4e409d
parent2c176eb95cc53f29367e56e0a8eec336834a299d (diff)
downloaddjango-ddd52b221c5b005e42db3177f25a6b81561dea63.tar.gz
Removed --skip-scripts from extras/Makefile.
This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892
-rw-r--r--extras/Makefile2
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