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 7403731 commit 8969060Copy full SHA for 8969060
pyproject.toml
@@ -7,9 +7,12 @@ name = "spacetimedb_sdk"
7
authors = [
8
{name = "Derek Brinkmann", email = "[email protected]"},
9
]
10
-# urls: Table
+
11
+# urls
12
# Should describe where to find useful info for your project
-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"
16
17
dependencies = [
18
"websocket-client",
0 commit comments