fixed pyproject.toml project name

This commit is contained in:
Félix Boisselier
2024-06-27 22:24:19 +02:00
parent f87713eacd
commit f5a74c29e1

View File

@@ -1,5 +1,5 @@
[project] [project]
name = "Shake&Tune" name = "shake_n_tune"
description = "Klipper streamlined input shaper workflow and calibration tools" description = "Klipper streamlined input shaper workflow and calibration tools"
readme = "README.md" readme = "README.md"
requires-python = ">= 3.9" requires-python = ">= 3.9"