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 9551263 commit 5b94988Copy full SHA for 5b94988
clients/python/pyproject.toml
@@ -3,11 +3,7 @@ name = "objectstore-client"
3
version = "0.0.14"
4
description = "Client SDK for Objectstore, the Sentry object storage platform"
5
readme = "README.md"
6
-authors = [
7
- {name = "Sentry", email = "oss@sentry.io"},
8
-]
9
-homepage = "https://getsentry.github.io/objectstore/"
10
-repository = "https://github.com/getsentry/objectstore"
+authors = [{ name = "Sentry", email = "oss@sentry.io" }]
11
license = { file = "LICENSE.md" }
12
requires-python = ">=3.11"
13
dependencies = [
0 commit comments