Skip to content

Commit

Permalink
Fix generation of MANIFEST.in in make_release.sh (tested against hg 1…
Browse files Browse the repository at this point in the history
….5.1)
  • Loading branch information
hartwork committed Apr 14, 2010
1 parent 1cbb4ee commit f489863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ fi

hg log --style util/fusepychangelog.tmpl -r $log_to:0 > Changelog
rst2html.py --stylesheet util/voidspace-fusepy.css README.new_fusepy_api > README.new_fusepy_api.html
(hg manif | grep -v '^\.' && echo Changelog && echo README.new_fusepy_api.html) | sed 's/^/include /' > MANIFEST.in
{ hg manif | grep -v '^\.' | sed 's/^[0-9]\{3,\} \+\(.\+\)$/\1/' ; echo Changelog ; echo README.new_fusepy_api.html ; } | sed 's/^/include /' > MANIFEST.in
python setup.py sdist
python setup.py bdist_egg

0 comments on commit f489863

Please sign in to comment.