We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cc349 commit 00b6da9Copy full SHA for 00b6da9
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 && echo Changelog && echo README.new_fusepy_api.html) > MANIFEST
+(hg manif | grep -v '^\.' && echo Changelog && echo README.new_fusepy_api.html) > MANIFEST
35
python setup.py sdist
36
python setup.py bdist_egg
0 commit comments