Skip to content

Commit 1dc58d8

Browse files
author
dzsekijo
committed
further distribution streamlinining #4
1 parent 8e8d7cf commit 1dc58d8

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) > MANIFEST
34+
(hg manif | grep -v '^\.' && 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)