post AI cleanup & fixes
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user