Skip to content

Commit

Permalink
make_release.sh: added warning about broken bdist_wininst
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoffman committed Sep 17, 2009
1 parent 1b28858 commit bc778a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extras/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ hg purge --all

# build packages
version=$(python -c "import scrapy; print scrapy.__version__")
python setup.py sdist bdist_wininst -t "Scrapy $version" -p "win32"
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"

# hash and sign
cd dist
Expand Down

0 comments on commit bc778a0

Please sign in to comment.