浏览代码

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

Florian Apolloner 11 年之前
父节点
当前提交
694e6c6f52
共有 1 个文件被更改,包括 1 次插入1 次删除
  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