Skip to content

Commit cc4b90a

Browse files
Attempt #2 at long_description
1 parent 7036d3f commit cc4b90a

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +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-
1610
dependencies = [
1711
"websocket-client",
1812
"configparser",
1913
]
2014
dynamic = ["version"]
15+
readme = "README.md"
2116

2217
# pyproject.toml
2318
[tool.setuptools_scm]

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# SpacetimeDB Python SDK
1+
# SpaceTimeDB Python SDK
22

3-
A comprehensive software development kit (SDK) designed to facilitate the creation of client applications that interact with SpacetimeDB modules.
3+
The SpacetimeDB Python SDK is a software development kit (SDK) designed to simplify the interaction with SpacetimeDB server modules.
44

55
## Key Features
66

@@ -16,6 +16,4 @@ By subscribing to a set of queries, the SDK will keep a local cache of rows that
1616

1717
Register for transaction and row update events.
1818

19-
Full documentation can be found on the [SpacetimeDB](spacetimedb.com) website.
20-
21-
Note: SpacetimeDB is not yet released and is only currently available to the partner program.
19+
Full documentation can be found on the [SpacetimeDB](spacetimedb.com) website.

0 commit comments

Comments
 (0)