From e57a7d4c0530615c9b9eabc679ff16291dc14c19 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Dec 2016 13:02:54 +0100 Subject: [PATCH] wscript: remove full.cfg from tarball --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index deef1e6a..ed217a90 100644 --- a/wscript +++ b/wscript @@ -460,6 +460,7 @@ def dist(ctx): ctx.excl += ' **/**.zip **/**.tar.bz2' ctx.excl += ' **.tar.bz2' ctx.excl += ' **/doc/full/* **/doc/web/*' + ctx.excl += ' **/doc/full.cfg' ctx.excl += ' **/python/*.db' ctx.excl += ' **/python.old/*' ctx.excl += ' **/python/*/*.old' -- 2.11.0