clan-cli: Fix missing allowed-programs.json in package #1739

Merged
clan-bot merged 1 commits from Qubasa/clan-core:Qubasa-main into main 2024-07-14 11:12:27 +00:00

View File

@ -18,7 +18,7 @@ Repository = "https://git.clan.lol/clan/clan-core"
exclude = ["clan_cli.nixpkgs*", "result"]
[tool.setuptools.package-data]
clan_cli = ["py.typed", "config/jsonschema/*", "webui/assets/**/*", "vms/mimetypes/**/*"]
clan_cli = ["py.typed", "config/jsonschema/*", "webui/assets/**/*", "vms/mimetypes/**/*", "**/allowed-programs.json"]
[tool.pytest.ini_options]
testpaths = "tests"