mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
19 lines
443 B
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"
|