From 962f21360c8006147f4a5c448a38d23935d721c4 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Wed, 3 Jul 2019 06:38:47 -0700 Subject: [PATCH] Remove unused landscape.yml configuration file Unused since af4d830ce963241d7ff6ca7b5c3c1d0bba43278c and a2f873c66149e6aa0fa034903265a3ca1a720d89 removed the health badges. --- .landscape.yaml | 3 --- MANIFEST.in | 2 -- 2 files changed, 5 deletions(-) delete mode 100644 .landscape.yaml diff --git a/.landscape.yaml b/.landscape.yaml deleted file mode 100644 index ddd9cef32..000000000 --- a/.landscape.yaml +++ /dev/null @@ -1,3 +0,0 @@ -strictness: medium -test-warnings: yes -max-line-length: 80 diff --git a/MANIFEST.in b/MANIFEST.in index f11ee174c..d9fc7817b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ - include *.c include *.h include *.in @@ -21,7 +20,6 @@ exclude .appveyor.yml exclude .coveragerc exclude .codecov.yml exclude .editorconfig -exclude .landscape.yaml exclude .readthedocs.yml exclude azure-pipelines.yml exclude tox.ini