diff options
| author | 2025-03-14 22:43:01 +0800 | |
|---|---|---|
| committer | 2025-03-14 22:43:01 +0800 | |
| commit | 6d3a6d851d88e572e2125932febfb9844064a7d1 (patch) | |
| tree | d1b4f128cd5256fa6cedfde08fc792399d9e1edb /pyproject.toml | |
| parent | 9b696f003a2b7da575ea086c6ddc0c579a13f46b (diff) | |
| download | conventional_role_play-6d3a6d851d88e572e2125932febfb9844064a7d1.tar.gz conventional_role_play-6d3a6d851d88e572e2125932febfb9844064a7d1.zip | |
chore: replace README.rst with README.md and update pyproject.toml to reference new README format
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 71d6eaf..37f1421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ description = "HydroRoll Conventional Role Play SDK" authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }] dependencies = [] requires-python = ">=3.9" -readme.content-type = "text/x-rst" -readme.file = "README.rst" +readme = "README.md" license = { text = "AGPLv3.0" } keywords = ["hydroroll"] classifiers = [ |
