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

This commit is contained in:
Florian Apolloner 2013-12-29 14:01:55 +01:00
parent 929ceadda1
commit 694e6c6f52
1 changed files with 1 additions and 1 deletions

View File

@ -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