make_release.sh: disabled bdist_wininst command as it doesn't package data files properly on Linux - refs #109

This commit is contained in:
Pablo Hoffman 2009-09-21 13:07:52 -03:00
parent 12ebcfd6c4
commit 201ce525e5
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
hg purge --all
# build packages
version=$(python -c "import scrapy; print scrapy.__version__")
python setup.py sdist
#version=$(python -c "import scrapy; print scrapy.__version__")
#python setup.py sdist
# FIXME: bdist_wininst doesn't work on Unix (it doesn't include the data_files)
#python setup.py bdist_wininst -t "Scrapy $version" -p "win32"