diff options
| author | 2025-05-25 03:23:35 +0800 | |
|---|---|---|
| committer | 2025-05-25 03:23:35 +0800 | |
| commit | dab388da8e452a4f82f1297bf20c48254028d1c1 (patch) | |
| tree | 9d1d0667f9ddb23a5e97fb8cf18395c44d33eaf6 | |
| parent | a849ba92fdc5390473d9b1c4cab166c27fbf5708 (diff) | |
| download | soon-dab388da8e452a4f82f1297bf20c48254028d1c1.tar.gz soon-dab388da8e452a4f82f1297bf20c48254028d1c1.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 = [ |