fix: add MANIFEST.in to include templates in package distribution
Some checks failed
CI / test (3.10) (push) Failing after 9s
CI / test (3.11) (push) Failing after 12s
CI / test (3.12) (push) Failing after 12s
CI / lint (push) Failing after 10s
CI / build (push) Successful in 14s

This commit is contained in:
2026-02-02 16:28:28 +00:00
parent fcc7eb040b
commit b838dff1a3

3
MANIFEST.in Normal file
View File

@@ -0,0 +1,3 @@
include README.md
include pyproject.toml
recursive-include gitignore_generator/templates *