From 4f7762c1bb7ce719c72c466cebdb00d5def8ea5e Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 6 Nov 2025 11:26:52 +0800 Subject: refactor: refactor project structure and update configurations for MVP implementation --- pyproject.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 7297f99..73ec6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,13 @@ requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project] -name = "maturin_template" +name = "mvp" dynamic = ["version"] -description = "A Rust CLI bundled as a Python package" +description = "MVP Implementation in Rust and Python by HydroRoll-Team" authors = [ - { name = "Your Name", email = "your.email@example.com" } + { name = "HsiangNianian", email = "leader@hydroroll.team" } ] -requires-python = ">=3.8" +requires-python = ">=3.11" readme = "README.md" license = { text = "MIT" } classifiers = [ @@ -18,7 +18,10 @@ classifiers = [ "Programming Language :: Python :: 3", ] +[project.scripts] +mvp = "mvp.__main__:main" + [tool.maturin] bindings = "bin" # manifest-path = "Cargo.toml" -module-name = "maturin_template" \ No newline at end of file +module-name = "mvp" \ No newline at end of file -- cgit v1.2.3-70-g09d2