Skip to content

Commit

Permalink
Syntax fix for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrinkmann-citadel committed Jul 14, 2023
1 parent 8969060 commit 5a85b40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ authors = [
{name = "Derek Brinkmann", email = "derek@clockworklabs.io"},
]

# 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"

dependencies = [
"websocket-client",
"configparser",
]
version = "0.5.0.1"
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 comments on commit 5a85b40

Please sign in to comment.