We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0c2a5 commit 31f0ce1Copy full SHA for 31f0ce1
pyproject.toml
@@ -36,6 +36,12 @@ dependencies = [
36
#"brotli>=1.1.0", # TODO - add this dependency when we add compression
37
]
38
39
+[project.urls]
40
+Homepage = "https://github.com/INTERSECT-SDK/python-sdk/"
41
+Changelog = "https://github.com/INTERSECT-SDK/python-sdk/blob/main/CHANGELOG.md"
42
+Documentation = "https://intersect-python-sdk.readthedocs.io/en/latest/"
43
+Issues = "https://github.com/INTERSECT-SDK/python-sdk/issues"
44
+
45
[project.optional-dependencies]
46
amqp = [
47
"pika>=1.3.2,<2.0.0",
0 commit comments