1 2 3 4 5 6 7
[build-system] requires = ["maturin>=1.1,<2.0"] build-backend = "maturin" [project] name = "kscale" requires-python = ">=3.9"