mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
13dbffcf7c
Fixes #682
18 lines
423 B
TOML
18 lines
423 B
TOML
[build-system]
|
|
requires = ["maturin>=0.14,<0.15"]
|
|
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]
|
|
bindings = "bin"
|