From 622b6dc869d4b94dbf7a37b92c022004c271a5b7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 18:31:34 +0200 Subject: [PATCH] wscript: do not ship azure-pipelines.yml --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 1d86ee2a..229cdf06 100644 --- 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' -- 2.11.0