aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-05-25 03:23:35 +0800
committerHsiangNianian <i@jyunko.cn>2025-05-25 10:48:37 +0800
commit8cb1f63baebaf931077f87324ffe5befe4c0617b (patch)
tree9d1d0667f9ddb23a5e97fb8cf18395c44d33eaf6 /pyproject.toml
parent12d7a936272d2c32e29c13cce729649c8341d935 (diff)
downloadsoon-8cb1f63baebaf931077f87324ffe5befe4c0617b.tar.gz
soon-8cb1f63baebaf931077f87324ffe5befe4c0617b.zip
feat: Rename project to "soon-bin" in 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 4f37b8f..221ae63 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"
[project]
-name = "soon"
+name = "soon-bin"
requires-python = ">=3.10"
description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid"
authors = [