1
0

feat: add pyi generation for pyi in sonnet

This commit is contained in:
2026-01-19 16:14:52 +08:00
parent 84897a409b
commit 590645b13c
8 changed files with 164 additions and 16 deletions

View File

@@ -9,7 +9,6 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
dependencies = []
[build-system]
@@ -17,11 +16,7 @@ requires = ["maturin>=1.11,<2.0"]
build-backend = "maturin"
[tool.maturin]
binding = "pyo3"
python-source = "python"
manifest-path = "rust/Cargo.toml"
module-name = "blctas._blctas"
[tool.uv.workspace]
members = [
"blctas",
]