wscript: no CI files in tarball
authorPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 07:37:49 +0000 (09:37 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 07:37:49 +0000 (09:37 +0200)
wscript

diff --git a/wscript b/wscript
index ba5f109..c08298c 100644 (file)
--- 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'