From d12a691caf0d1d0d45dc7fc17b4e43e97691a6d1 Mon Sep 17 00:00:00 2001 From: Steven B <51370195+sdb9696@users.noreply.github.com> Date: Sat, 14 Dec 2024 11:20:48 +0000 Subject: [PATCH] allow dump_devinfo to be run with uvx --- 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]