1 2 3 4 5 6
[build-system] requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [tool.setuptools] package-data = { "my_module" = ["*.pyi"] }