mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 03:03:35 +00:00
Add dump_devinfo executable
This commit is contained in:
parent
5918e4daa7
commit
c61bb9db86
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user