summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
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 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