diff options
| author | 2025-03-14 22:12:53 +0800 | |
|---|---|---|
| committer | 2025-03-14 22:12:53 +0800 | |
| commit | 9b696f003a2b7da575ea086c6ddc0c579a13f46b (patch) | |
| tree | e1f4eff51c30a2c57168bedded8abf791edc4a42 | |
| parent | a10578cfd63151739b36f9cc5ba81a4c0eda05ec (diff) | |
| download | conventional_role_play-0.2.1.tar.gz conventional_role_play-0.2.1.zip | |
chore: rename project to conventionalrp and update metadata in Cargo.toml and pyproject.tomlv0.2.1
| -rw-r--r-- | Cargo.toml | 12 | ||||
| -rw-r--r-- | pyproject.toml | 3 |
2 files changed, 7 insertions, 8 deletions
@@ -1,13 +1,13 @@ [package] -name = "pyo3_template" +name = "conventionalrp" version = "0.2.1" edition = "2021" -description = "A Pyo3 Project Template For HydroRoll." -license = "MIT" +description = "HydroRoll Conventional Role Play SDK" +license = "AGPLv3.0" documentation = "https://{project}.hydroroll.team/" -homepage = "https://hydroroll.team/" -repository = "https://github.com/HydroRoll-Team/{project}" -authors = ["yourname"] +homepage = "https://crp.hydroroll.team/" +repository = "https://github.com/HydroRoll-Team/conventional_role_play" +authors = ["HsiangNianian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/pyproject.toml b/pyproject.toml index e8f26b1..71d6eaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,7 @@ authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }] dependencies = [] requires-python = ">=3.9" readme.content-type = "text/x-rst" -readme.text = """ -""" +readme.file = "README.rst" license = { text = "AGPLv3.0" } keywords = ["hydroroll"] classifiers = [ |
