[waf] remove ref to landscape.yml
authorPaul Brossier <piem@piem.org>
Tue, 26 Feb 2019 09:50:47 +0000 (10:50 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 26 Feb 2019 09:50:47 +0000 (10:50 +0100)
wscript

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