From ed58bc2943aac026e968e405f2356588a041c296 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 22 Sep 2025 21:16:03 -0700 Subject: [PATCH] Attempt to fix CI build broken due to missing schema file (#1149). --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9e0147f4..957c300c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ # This file only applies to the source dist tarball, not the built wheel. +include borgmatic/config/schema.yaml graft docs graft sample graft scripts