From 250f576b3c753a7825fb28a4bb47c16d0468e369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Mon, 9 Sep 2024 12:47:01 -0600 Subject: [PATCH] chore: Add PyPI project links --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54ce08b..b88dac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ authors = [ "Fran Lozano ", ] maintainers = [ - "Fran Lozano ", "Meltano Team ", ] keywords = [ @@ -26,6 +25,9 @@ packages = [ { include = "tap_circle_ci" }, ] readme = "README.md" +homepage = "https://github.com/MeltanoLabs/tap-circle-ci" +repository = "https://github.com/MeltanoLabs/tap-circle-ci" +documentation = "https://github.com/MeltanoLabs/tap-circle-ci/blob/main/README.md" [tool.poetry.dependencies] python = ">=3.8"