From f5a74c29e197885435ad11b6f0a4b4b6f54cbe3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Thu, 27 Jun 2024 22:24:19 +0200 Subject: [PATCH] fixed pyproject.toml project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42306ed..e2068b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Shake&Tune" +name = "shake_n_tune" description = "Klipper streamlined input shaper workflow and calibration tools" readme = "README.md" requires-python = ">= 3.9"