Explorar o código

Removed --skip-scripts from extras/Makefile.

This is the default now, see https://bitbucket.org/pypa/wheel/commits/c29f82b4cf76df71f8d55b0f825af6063d3b9892
Florian Apolloner %!s(int64=11) %!d(string=hai) anos
pai
achega
ddd52b221c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extras/Makefile

+ 1 - 1
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