Skip to content

Commit f489863

Browse files
author
hartwork
committed
Fix generation of MANIFEST.in in make_release.sh (tested against hg 1.5.1)
1 parent 1cbb4ee commit f489863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ fi
3131

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

0 commit comments

Comments
 (0)