added custom functionality and working with new toml as well, and update cli functions

This commit is contained in:
2026-05-17 18:30:32 -05:00
parent 5f820ab1ae
commit d2fef3b7de
2 changed files with 61 additions and 15 deletions

View File

@@ -56,3 +56,6 @@ ignore = ["E501"]
[tool.ruff.lint.per-file-ignores]
"pack.py" = ["E501"]
[tool.hatch.build.targets.wheel.force-include]
"src/foreignthon/template.json" = "foreignthon/template.json"