Skip to content

Commit 8969060

Browse files
Fix project urls
1 parent 7403731 commit 8969060

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ name = "spacetimedb_sdk"
77
authors = [
88
{name = "Derek Brinkmann", email = "[email protected]"},
99
]
10-
# urls: Table
10+
11+
# urls
1112
# Should describe where to find useful info for your project
12-
urls = {source = "github.com/clockworklabs/spacetimedb-python-sdk", website = "spacetimedb.com"}
13+
[project.urls]
14+
homepage = "https://spacetimedb.com"
15+
repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
1316

1417
dependencies = [
1518
"websocket-client",

0 commit comments

Comments
 (0)