From 6526dfa5ae0578e58d93ed4a674c913ef52275e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Chavarr=C3=ADa?= Date: Tue, 9 Jul 2024 12:41:16 +0200 Subject: [PATCH] fix: project.scripts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56a0a0c..1189127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ repository = "https://github.com/migasfree/lshw-windows-emulator" "Bug Report" = "https://github.com/migasfree/lshw-windows-emulator/issues" [project.scripts] -lshw = "lshw = lshw.__main__:main" +lshw = "lshw.__main__:main" [tool.setuptools.packages] find = {}