From 90742c98b8859b1f1ea2d70eac874c07a464872d Mon Sep 17 00:00:00 2001 From: Hanarion Date: Sun, 20 Apr 2025 22:29:17 +0200 Subject: [PATCH] Update MANIFEST.in to add templates in the package --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8981d77..5f22e23 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include requirements.txt include napalm_vyos/templates/*.j2 +include napalm_vyos/templates/*.template include napalm_vyos/utils/textfsm_templates/*.tpl