From dfe058a0aceb47abf80d5eb24670b81ad756eaf7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 2 Oct 2017 14:03:39 +0200 Subject: [PATCH] wscript: do not ship circlei.yml --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 35f582a2..8f0509ff 100644 --- a/wscript +++ b/wscript @@ -582,3 +582,4 @@ def dist(ctx): ctx.excl += ' **/.travis.yml' ctx.excl += ' **/.landscape.yml' ctx.excl += ' **/.appveyor.yml' + ctx.excl += ' **/circlei.yml' -- 2.11.0