typos/crates/typos-cli/pyproject.toml

19 lines
443 B
TOML

[build-system]
requires = ["maturin>=1.7,<1.8"]
build-backend = "maturin"
[project]
name = "typos"
requires-python = ">=3.7"
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[tool.maturin]
module-name = "typos"
bindings = "bin"