1 2 3 4 5 6 7 8 9 10 11 12
[build-system] requires = ["maturin>=1.0"] build-backend = "maturin" [project] name = "sqruff" description = "A SQL linter written in rust." requires-python = ">=3.9" [tool.maturin] bindings = "bin" strip = true