can't work around build issue on windows

This commit is contained in:
Henning Peters 2016-05-01 12:30:59 +02:00
parent 749cbd359e
commit 9b142d4438
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
], ],
"wheel": [ "wheel": [
"python untar.py source.tar.gz .", "python untar.py source.tar.gz .",
"pip install \"numpy<1.8\"",
"python setup.py bdist_wheel", "python setup.py bdist_wheel",
"python cpdist.py dist" "python cpdist.py dist"
] ]