1
0

chore: change project layout

This commit is contained in:
2026-01-19 10:44:10 +08:00
parent 0e9837a75a
commit 5323617ca6
9 changed files with 133 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
[build-system]
requires = ["maturin>=1.11,<2.0"]
build-backend = "maturin"
[project]
name = "BallanceTasSonnet"
name = "blctas"
version = "1.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
@@ -11,3 +10,23 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
dependencies = []
[build-system]
requires = ["maturin>=1.11,<2.0"]
build-backend = "maturin"
[tool.maturin]
python-source = "python"
manifest-path = "rust/Cargo.toml"
module-name = "blctas._blctas"
[tool.uv.workspace]
members = [
"blctas",
]
[dependency-groups]
dev = [
"maturin>=1.11.5",
]