uncommented some lines in extras/build_release.sh

This commit is contained in:
Pablo Hoffman 2009-12-11 23:52:53 -02:00
parent fe88aad27d
commit cca4be4d64
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)
# To build the win32 release you need to use Windows for now.
#python setup.py bdist_wininst -t "Scrapy $version" -p "win32"