summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 02:24:18 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 02:24:18 +0800
commita49e8e37930d39110e5cea86151498d894ba345b (patch)
tree969b2ece5a223f42cb6ca11702cfdc03fcdc0756
parentdd3a8b64a34a55d1b434d1d5d7f6fbe00545f251 (diff)
downloadsoon-a49e8e37930d39110e5cea86151498d894ba345b.tar.gz
soon-a49e8e37930d39110e5cea86151498d894ba345b.zip
feat: Update project metadata in Cargo.toml and pyproject.toml
-rw-r--r--Cargo.toml5
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25e214f..4b531a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,10 @@
name = "soon"
version = "0.1.0"
edition = "2021"
-
+description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid"
+license = "MIT"
+repository = "https://github.com/HsiangNianian/soon"
+authors = ["HsiangNianian"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# 生成 CLI 可执行文件
diff --git a/pyproject.toml b/pyproject.toml
index 85529c7..4f37b8f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "soon"
requires-python = ">=3.10"
-description = "A Rust CLI bundled as a Python package"
+description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid"
authors = [
{ name = "HsiangNianian", email = "i@jyunko.cn" }
]