From 50aee5cc62debd05a4c51f1217099d3bc9820b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 20 Sep 2026 09:22:42 +0200 Subject: [PATCH] chore: set project urls --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b2ff702..684230e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,10 @@ requires-python = ">=3.10,<4.0" dependencies = ["poetry>=2.1.0,<3.0.0"] dynamic = ["classifiers"] +[project.urls] +homepage = "https://python-poetry.org/" +repository = "https://github.com/python-poetry/poetry-plugin-bundle" + [project.entry-points."poetry.application.plugin"] export = "poetry_plugin_bundle.plugin:BundleApplicationPlugin"