From 172b1fec463cae2a3101f715e26027a5ea3a816d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 17 Dec 2013 11:58:41 -0500 Subject: [PATCH] wscript: do not ship python/tests/sounds --- wscript | 1 + 1 file changed, 1 insertion(+) 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' -- 2.11.0