We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8969060 commit 5a85b40Copy full SHA for 5a85b40
pyproject.toml
@@ -8,15 +8,15 @@ authors = [
8
{name = "Derek Brinkmann", email = "[email protected]"},
9
]
10
11
-# urls
12
-# Should describe where to find useful info for your project
13
-[project.urls]
14
-homepage = "https://spacetimedb.com"
15
-repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
16
-
17
dependencies = [
18
"websocket-client",
19
"configparser",
20
21
version = "0.5.0.1"
22
-readme = "README.md"
+readme = "README.md"
+
+# urls
+# Should describe where to find useful info for your project
+[project.urls]
+homepage = "https://spacetimedb.com"
+repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
0 commit comments