post AI cleanup & fixes

This commit is contained in:
2025-08-12 22:28:01 +02:00
parent 088b7f48aa
commit 81e0954e3a
5 changed files with 434 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.0,<2.0"]
requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"
[project]
@@ -26,4 +26,10 @@ dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "rhai_python"
module-name = "rhai.rhai_python"
python-source = "python"
[tool.uv]
dev-dependencies = [
"maturin>=1.8.0",
]