From 9b696f003a2b7da575ea086c6ddc0c579a13f46b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 14 Mar 2025 22:12:53 +0800 Subject: chore: rename project to conventionalrp and update metadata in Cargo.toml and pyproject.toml --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c44b23c..982bd5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] -- cgit v1.2.3-70-g09d2