aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 02:24:18 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 10:47:38 +0800
commit74f5da42120c6e75f0fae19668833089acffc1a4 (patch)
tree1dea2351b1406a044db3882473da29ce5ca27771 /pyproject.toml
parentc501b467b05dc26259f292f4d0b6755cc6755473 (diff)
downloadsoon-74f5da42120c6e75f0fae19668833089acffc1a4.tar.gz
soon-74f5da42120c6e75f0fae19668833089acffc1a4.zip
feat: Update project metadata in Cargo.toml and pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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" }
]