From ed05fdf034bf57c4e70e2c48c950c219aca69642 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Mar 2022 01:21:26 -0700 Subject: fix: various pypi fixes --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 917f39b..6e0a63a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,20 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package] -name = "sen-py" -version = "0.1.0" +name = "senpy-club" +version = "0.1.1" authors = ["Fuwn "] edition = "2021" description = "The Senpy Club API Wrapper for Python" -readme = "README.rst" -homepage = "https://github.com/senpy-club/sen-py" +readme = "README.md" +homepage = "https://pypi.org/project/senpy-club/" repository = "https://github.com/senpy-club/sen-py" license = "GPL-3.0-only" keywords = ["rust", "anime", "senpy", "senpy-club"] categories = ["web-programming", "api-bindings"] [lib] -name = "sen_py" +name = "senpy_club" crate-type = ["cdylib"] [dependencies] -- cgit v1.2.3