From: Paul Brossier Date: Tue, 17 Dec 2013 16:58:41 +0000 (-0500) Subject: wscript: do not ship python/tests/sounds X-Git-Tag: 0.4.0~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=172b1fec463cae2a3101f715e26027a5ea3a816d;p=aubio.git wscript: do not ship python/tests/sounds --- diff --git a/wscript b/wscript index 07d3d54c..9e5664a0 100644 --- a/wscript +++ b/wscript @@ -308,3 +308,4 @@ def dist(ctx): ctx.excl += ' **/doc/full/* **/doc/web/*' ctx.excl += ' **/python/*.db' ctx.excl += ' **/python.old/*' + ctx.excl += ' **/python/tests/sounds'