1 diff --git a/pyproject.toml b/pyproject.toml
2 index da1376e..88298a7 100644
8 name = "preprocess_cancellation"
10 description = "GCode processor to add klipper cancel-object markers"
12 -authors = ["Franklyn Tackitt <im@frank.af>"]
13 -repository = "https://github.com/kageurufu/cancelobject-preprocessor"
14 -license = "GPL-3.0-only"
15 +authors = [ { name = "Franklyn Tackitt", email = "im@frank.af" } ]
16 +urls.repository = "https://github.com/kageurufu/cancelobject-preprocessor"
17 +license.text = "GPL-3.0-only"
20 "Bug Tracker" = "https://github.com/kageurufu/cancelobject-preprocessor/issues"