From 3a6a7766ee62a54a4769d3de6ad5395c482270f4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 23 Sep 2018 09:37:49 +0200 Subject: [PATCH] wscript: no CI files in tarball --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index ba5f109d..c08298c2 100644 --- a/wscript +++ b/wscript @@ -605,4 +605,5 @@ def dist(ctx): ctx.excl += ' **/.travis.yml' ctx.excl += ' **/.landscape.yml' ctx.excl += ' **/.appveyor.yml' - ctx.excl += ' **/circlei.yml' + ctx.excl += ' **/circle.yml' + ctx.excl += ' **/.coveragerc' -- 2.11.0