From ddd52b221c5b005e42db3177f25a6b81561dea63 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 16 May 2014 15:35:23 +0200 Subject: [PATCH] Removed --skip-scripts from extras/Makefile. This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892 --- extras/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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