From: Paul Brossier Date: Tue, 26 Feb 2019 09:50:47 +0000 (+0100) Subject: [waf] remove ref to landscape.yml X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=22e3ef12f8264a2553fddb035992827207cd09f9 [waf] remove ref to landscape.yml --- diff --git a/wscript b/wscript index fc48db28..d6523ce0 100644 --- a/wscript +++ b/wscript @@ -642,7 +642,6 @@ def dist(ctx): ctx.excl += ' **/dist*' ctx.excl += ' **/.DS_Store' ctx.excl += ' **/.travis.yml' - ctx.excl += ' **/.landscape.yml' ctx.excl += ' **/.appveyor.yml' ctx.excl += ' **/.circleci/*' ctx.excl += ' **/azure-pipelines.yml'