From b838dff1a3f4b1ae2eaac1fd6f65756cc4607156 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 16:28:28 +0000 Subject: [PATCH] fix: add MANIFEST.in to include templates in package distribution --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..94f5c3e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README.md +include pyproject.toml +recursive-include gitignore_generator/templates *