From 82e0254b72c8967021ed8ad610f5dec7cb6f0399 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 17 Aug 2023 08:13:51 +0800 Subject: [PATCH] Exclude DVC files from source/binary distributions --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 74e72ad15f5..88e203e9492 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,3 +11,4 @@ exclude CONTRIBUTING.md exclude Makefile exclude environment.yml exclude requirements.txt +exclude pygmt/tests/baseline/*.dvc