diff options
| author | 2025-05-25 03:23:35 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:37 +0800 | |
| commit | 8cb1f63baebaf931077f87324ffe5befe4c0617b (patch) | |
| tree | 9d1d0667f9ddb23a5e97fb8cf18395c44d33eaf6 | |
| parent | 12d7a936272d2c32e29c13cce729649c8341d935 (diff) | |
| download | soon-8cb1f63baebaf931077f87324ffe5befe4c0617b.tar.gz soon-8cb1f63baebaf931077f87324ffe5befe4c0617b.zip | |
feat: Rename project to "soon-bin" in pyproject.toml
| -rw-r--r-- | pyproject.toml | 2 |
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 = [ |