clan-cli: unbreak dev-shell
All checks were successful
build / test (pull_request) Successful in 19s

This commit is contained in:
DavHau 2023-08-09 18:03:46 +02:00
parent 1f48ed5309
commit 0f54eccb78

View File

@ -8,6 +8,9 @@ description = "cLAN CLI tool"
dynamic = [ "version" ]
scripts = { clan = "clan_cli:main" }
[tool.setuptools.packages.find]
where = []
[tool.setuptools.package-data]
clan_cli = ["config/jsonschema/*"]