From c61bb9db86129f57045457d44e899d23f0d08e90 Mon Sep 17 00:00:00 2001 From: Steven B <51370195+sdb9696@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:03:26 +0000 Subject: [PATCH] Add dump_devinfo executable --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9dc265c8..1688b37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]