From 9f5adf8db37280e8ddc093a36c9ad1c20142a5ca Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 14 May 2014 18:52:33 +0200 Subject: [PATCH] --skip-scripts is no longer a thing. 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