Revert dump_devinfo change

This commit is contained in:
Steven B 2024-12-20 12:50:06 +00:00
parent 5d33a66341
commit dd3ca1ec20
No known key found for this signature in database
GPG Key ID: 6D5B46B3679F2A43

View File

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