Fix import for xml_schema_validator

This commit is contained in:
2025-04-09 10:56:20 +00:00
parent 8fb30c8ed0
commit e1da61fd71
3 changed files with 5 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[tool.maturin]
python-source = "python"
module-name = "xml_schema_validator._rs"
features = ["pyo3/extension-module"]