1 2 3 4 5 6 7 8 9
[build-system] requires = ["maturin==1.2.0"] build-backend = "maturin" [project] name = "dagex" version = "2026.7" readme = "README_PYPI.md" requires-python = ">=3.8"