Skip to content

Commit 7036d3f

Browse files
Add required long description for pypi
1 parent 225cce2 commit 7036d3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ name = "spacetimedb_python_sdk"
77
authors = [
88
{name = "Derek Brinkmann", email = "[email protected]"},
99
]
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+
1016
dependencies = [
1117
"websocket-client",
1218
"configparser",

0 commit comments

Comments
 (0)