aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-23 01:21:26 -0700
committerFuwn <[email protected]>2022-03-23 01:21:26 -0700
commited05fdf034bf57c4e70e2c48c950c219aca69642 (patch)
treed26ce225e5b68bfe364d42f152fa13f011b0399a /Cargo.toml
parentfeat: 0.1.0 :star: (diff)
downloadsen-py-main.tar.xz
sen-py-main.zip
fix: various pypi fixesHEAD0.1.1main
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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 <[email protected]>"]
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]