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 225cce2 commit 7036d3fCopy full SHA for 7036d3f
pyproject.toml
@@ -7,6 +7,12 @@ name = "spacetimedb_python_sdk"
7
authors = [
8
{name = "Derek Brinkmann", email = "[email protected]"},
9
]
10
+long_description = """
11
+# SpaceTimeDB Python SDK
12
+The SpacetimeDB Python SDK is a software development kit (SDK) designed to simplify the interaction with SpacetimeDB server modules.
13
+"""
14
+long_description_content_type = "text/markdown"
15
+
16
dependencies = [
17
"websocket-client",
18
"configparser",
0 commit comments