mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00

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.
15 lines
314 B
TOML
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"]
|