From cef21cbf5cbcd0bb53b78e18e06470c443dcf06b Mon Sep 17 00:00:00 2001 From: David Gilman Date: Sat, 3 Sep 2022 14:12:40 -0400 Subject: [PATCH] Add links to pyproject.toml (#113) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 04f6d31..0ffcc8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "Poetry plugin to export the dependencies to various formats" authors = ["Sébastien Eustace "] license = "MIT" readme = "README.md" +homepage = "https://python-poetry.org/" +repository = "https://github.com/python-poetry/poetry-plugin-export" packages = [ { include = "poetry_plugin_export", from = "src" }