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"