Skip to content

Commit 5a85b40

Browse files
Syntax fix for pyproject.toml
1 parent 8969060 commit 5a85b40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ authors = [
88
{name = "Derek Brinkmann", email = "[email protected]"},
99
]
1010

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-
1711
dependencies = [
1812
"websocket-client",
1913
"configparser",
2014
]
2115
version = "0.5.0.1"
22-
readme = "README.md"
16+
readme = "README.md"
17+
18+
# urls
19+
# Should describe where to find useful info for your project
20+
[project.urls]
21+
homepage = "https://spacetimedb.com"
22+
repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"

0 commit comments

Comments
 (0)