Skip to content

Commit ddd52b2

Browse files
committed
Removed --skip-scripts from extras/Makefile.
This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892
1 parent 2c176eb commit ddd52b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ sdist:
44
python setup.py sdist
55

66
bdist_wheel:
7-
python setup.py bdist_wheel --skip-scripts
7+
python setup.py bdist_wheel
88

99
.PHONY : sdist bdist_wheel

0 commit comments

Comments
 (0)