From 0981a0bcb7698fb22f7db0237051f750f99433b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pehr=20S=C3=B6derman?= Date: Fri, 16 May 2025 12:56:14 +0200 Subject: [PATCH 1/2] Update pyproject --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b2162418..d5f47da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,17 @@ build-backend = "setuptools.build_meta" [project] name = "problemtools" authors = [ + {name = "Fredrik Niemela", email = "niemela@kattis.com"}, + {name = "Gunnar Kreitz", email = "gkreitz@kattis.com"}, + {name = "Mikael Goldman", email = "migo@kattis.com"}, + {name = "Pehr Söderman", email = "pehrs@kattis.com"}, {name = "Per Austrin", email = "austrin@kattis.com"}, ] description = "Kattis Problem Tools" readme = "README.md" license = "MIT" +keywords = ["kattis", "problemtools", "icpc", "clics"] + dependencies = [ "PyYAML", "plasTeX>=3.0", @@ -24,6 +30,9 @@ problem2pdf = "problemtools.problem2pdf:main" [project.urls] Repository = "https://github.com/Kattis/problemtools" +Homepage = "https://www.kattis.com" +Documentation = "https://icpc.io/problem-package-format/" +Issues = "https://github.com/Kattis/problemtools/issues/" [tool.setuptools] include-package-data = true From 2c0f7ba31b0ac4683f46babdccdf1dd9b260cc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pehr=20S=C3=B6derman?= Date: Fri, 16 May 2025 15:03:08 +0200 Subject: [PATCH 2/2] Update link to kattis controlled domain. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5f47da2..8256ca6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ problem2pdf = "problemtools.problem2pdf:main" [project.urls] Repository = "https://github.com/Kattis/problemtools" Homepage = "https://www.kattis.com" -Documentation = "https://icpc.io/problem-package-format/" +Documentation = "https://www.kattis.com/problem-package-format/" Issues = "https://github.com/Kattis/problemtools/issues/" [tool.setuptools]