From 3d4081897e267c7fae5f11a7dd55826574e6941b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Thu, 6 Nov 2025 11:11:38 +0800 Subject: Initial commit --- pyproject.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7297f99 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,24 @@ +[build-system] +requires = ["maturin>=1.0,<2.0"] +build-backend = "maturin" + +[project] +name = "maturin_template" +dynamic = ["version"] +description = "A Rust CLI bundled as a Python package" +authors = [ + { name = "Your Name", email = "your.email@example.com" } +] +requires-python = ">=3.8" +readme = "README.md" +license = { text = "MIT" } +classifiers = [ + "License :: OSI Approved :: MIT License", + "Programming Language :: Rust", + "Programming Language :: Python :: 3", +] + +[tool.maturin] +bindings = "bin" +# manifest-path = "Cargo.toml" +module-name = "maturin_template" \ No newline at end of file -- cgit v1.2.3-70-g09d2