clan-cli: unbreak build

This commit is contained in:
Jörg Thalheim
2023-08-10 11:30:12 +02:00
parent 6189ed0e76
commit 8e07fc28ab
2 changed files with 5 additions and 6 deletions

View File

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