clan-cli: clan_cli.templates -> clan_lib.templates

This commit is contained in:
lassulus
2025-05-20 15:13:21 +02:00
parent 1f0c355175
commit 03990ef7f0
8 changed files with 16 additions and 17 deletions

View File

@@ -21,12 +21,12 @@ exclude = ["clan_lib.nixpkgs*", "result"]
[tool.setuptools.package-data]
clan_cli = [
"py.typed",
"templates/**/*",
"vms/mimetypes/**/*",
"webui/assets/**/*",
"flash/*.sh",
]
clan_lib = [
"clan_core_templates/**/*",
"**/allowed-packages.json",
]