From 31f0ce1a61bdcd29ee8784e70039da9c30d4789a Mon Sep 17 00:00:00 2001 From: Lance Drane Date: Thu, 29 Aug 2024 15:40:54 -0400 Subject: [PATCH] add pyproject.toml project urls Signed-off-by: Lance Drane --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a73451d..7594829 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,12 @@ dependencies = [ #"brotli>=1.1.0", # TODO - add this dependency when we add compression ] +[project.urls] +Homepage = "https://github.com/INTERSECT-SDK/python-sdk/" +Changelog = "https://github.com/INTERSECT-SDK/python-sdk/blob/main/CHANGELOG.md" +Documentation = "https://intersect-python-sdk.readthedocs.io/en/latest/" +Issues = "https://github.com/INTERSECT-SDK/python-sdk/issues" + [project.optional-dependencies] amqp = [ "pika>=1.3.2,<2.0.0",