[build-system] requires = ["maturin>=1.5,<2.0"] build-backend = "maturin" [project] name = "tiffwrite" dynamic = ["version"] authors = [{ name = "Wim Pomp", email = "w.pomp@nki.nl" }] requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] [tool.maturin] features = ["pyo3/extension-module"] module-name = "tiffwrite" [tool.isort] line_length = 119