Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / python-modules / preprocess-cancellation / pep-621.patch
blob48d8db33d4656816218425a2ce3675c777075819
1 diff --git a/pyproject.toml b/pyproject.toml
2 index da1376e..88298a7 100644
3 --- a/pyproject.toml
4 +++ b/pyproject.toml
5 @@ -1,11 +1,11 @@
6 -[tool.poetry]
7 +[project]
8 name = "preprocess_cancellation"
9 version = "0.2.0"
10 description = "GCode processor to add klipper cancel-object markers"
11 readme = "README.md"
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"
19 [tool.poetry.urls]
20 "Bug Tracker" = "https://github.com/kageurufu/cancelobject-preprocessor/issues"