From 26c0d5ef4b449e4bfe350762ae8530464d856e21 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 13 Sep 2026 11:04:18 +0300 Subject: [PATCH] chore(pyproject): add the Homepage URL to [project.urls] Section 11 of the standard: Homepage is the docs site, or modern-python.org when there is none. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cb26cf2..58f9d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ yaml = ["PyYAML>=6"] compose2pod = "compose2pod.cli:main" [project.urls] +Homepage = "https://modern-python.org" Repository = "https://github.com/modern-python/compose2pod" Issues = "https://github.com/modern-python/compose2pod/issues" Changelog = "https://github.com/modern-python/compose2pod/releases"