Skip to content

Commit 5b94988

Browse files
committed
fix: Remove unsupported attributes
1 parent 9551263 commit 5b94988

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

clients/python/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ name = "objectstore-client"
33
version = "0.0.14"
44
description = "Client SDK for Objectstore, the Sentry object storage platform"
55
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"
6+
authors = [{ name = "Sentry", email = "oss@sentry.io" }]
117
license = { file = "LICENSE.md" }
128
requires-python = ">=3.11"
139
dependencies = [

0 commit comments

Comments
 (0)