summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-12-29 14:01:55 +0100
committerFlorian Apolloner <florian@apolloner.eu>2013-12-29 14:01:55 +0100
commit694e6c6f52aeeb0de02281a0ee6e9d6fa12f1ea8 (patch)
treea176e405be4db508ba568c8325251b0f48675b04 /extras
parent929ceadda129090e260ec693178b992cd02da7bb (diff)
Skipped inclusion of scripts (pip will take care of that).
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Makefile b/extras/Makefile
index 66efd0d451..531fae63fc 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