diff options
Diffstat (limited to '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 = [ |