Parcourir la source

Skipped inclusion of scripts (pip will take care of that).

Florian Apolloner il y a 11 ans
Parent
commit
694e6c6f52
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
+	python setup.py bdist_wheel --skip-scripts
 
 .PHONY : sdist bdist_wheel