From 694e6c6f52aeeb0de02281a0ee6e9d6fa12f1ea8 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sun, 29 Dec 2013 14:01:55 +0100 Subject: [PATCH] Skipped inclusion of scripts (pip will take care of that). --- extras/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Makefile b/extras/Makefile index 66efd0d4519..531fae63fcf 100644 --- a/extras/Makefile +++ b/extras/Makefile @@ -4,6 +4,6 @@ sdist: python setup.py sdist bdist_wheel: - python setup.py bdist_wheel + python setup.py bdist_wheel --skip-scripts .PHONY : sdist bdist_wheel