Add dump_devinfo executable

This commit is contained in:
Steven B 2024-12-16 14:03:26 +00:00
parent 5918e4daa7
commit c61bb9db86
No known key found for this signature in database
GPG Key ID: 6D5B46B3679F2A43

View File

@ -42,6 +42,7 @@ shell = ["ptpython", "rich"]
[project.scripts]
kasa = "kasa.cli.__main__:cli"
dump_devinfo = "devtools.dump_devinfo:cli"
[tool.uv]
dev-dependencies = [
@ -81,6 +82,7 @@ include = [
[tool.hatch.build.targets.wheel]
include = [
"/kasa",
"/devtools",
]
[tool.coverage.run]