From: Paul Brossier Date: Fri, 16 Dec 2016 11:55:24 +0000 (+0100) Subject: wscript: also exclude waf files with python3 X-Git-Tag: 0.4.4~55 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3388e1ab17ecec46e4db282ee01383a0d4b4047a;p=aubio.git wscript: also exclude waf files with python3 --- diff --git a/wscript b/wscript index 4254ddac..deef1e6a 100644 --- a/wscript +++ b/wscript @@ -449,7 +449,7 @@ def shutdown(bld): Logs.pprint('RED', msg) def dist(ctx): - ctx.excl = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*' + ctx.excl = ' **/.waf* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*' ctx.excl += ' **/build/*' ctx.excl += ' doc/_build' ctx.excl += ' python/demos_*'