We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbb4ee commit f489863Copy full SHA for f489863
1 file changed
make_release.sh
@@ -31,6 +31,6 @@ fi
31
32
hg log --style util/fusepychangelog.tmpl -r $log_to:0 > Changelog
33
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
+{ hg manif | grep -v '^\.' | sed 's/^[0-9]\{3,\} \+\(.\+\)$/\1/' ; echo Changelog ; echo README.new_fusepy_api.html ; } | sed 's/^/include /' > MANIFEST.in
35
python setup.py sdist
36
python setup.py bdist_egg
0 commit comments