wscript: do not ship azure-pipelines.yml
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:31:34 +0000 (18:31 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:31:34 +0000 (18:31 +0200)
wscript

diff --git a/wscript b/wscript
index 1d86ee2..229cdf0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -606,4 +606,5 @@ def dist(ctx):
     ctx.excl += ' **/.landscape.yml'
     ctx.excl += ' **/.appveyor.yml'
     ctx.excl += ' **/.circleci/*'
+    ctx.excl += ' **/azure-pipelines.yml'
     ctx.excl += ' **/.coveragerc'