uv/crates/pep440-rs/pyproject.toml
Charlie Marsh f03398bee3
Copy over pep440-rs crate (#30)
This PR copies over the `pep440-rs` crate at commit
`a8303b01ffef6fccfdce562a887f6b110d482ef3` with no modifications.

It won't pass CI, but modifications will intentionally be confined to
later PRs.
2023-10-06 20:11:52 -04:00

15 lines
314 B
TOML

[project]
name = "pep440_rs"
readme = "python/Readme.md"
[build-system]
requires = ["maturin>=1.0.0,<2.0.0"]
build-backend = "maturin"
[tool.maturin]
features = ["pyo3"]
python-source = "python"
module-name = "pep440_rs._pep440_rs"
[tool.ruff.per-file-ignores]
"python/pep440_rs/__init__.py" = ["F403", "F405"]