mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Add dump_devinfo executable
This commit is contained in:
parent
5918e4daa7
commit
c61bb9db86
@ -42,6 +42,7 @@ shell = ["ptpython", "rich"]
|
|||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
kasa = "kasa.cli.__main__:cli"
|
kasa = "kasa.cli.__main__:cli"
|
||||||
|
dump_devinfo = "devtools.dump_devinfo:cli"
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
dev-dependencies = [
|
dev-dependencies = [
|
||||||
@ -81,6 +82,7 @@ include = [
|
|||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
include = [
|
include = [
|
||||||
"/kasa",
|
"/kasa",
|
||||||
|
"/devtools",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
|
Loading…
Reference in New Issue
Block a user