diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4b5793b..85529c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,10 @@ build-backend = "maturin" [project] name = "soon" requires-python = ">=3.10" +description = "A Rust CLI bundled as a Python package" +authors = [ + { name = "HsiangNianian", email = "i@jyunko.cn" } +] classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", @@ -18,6 +22,3 @@ dependencies = [ [tool.maturin] bindings = "bin" module-name = "soon" - -# [project.scripts] -# soon = "soon:__main__" |