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" }