2023-07-18 08:11:36 +08:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
|
|
|
build-backend = "maturin"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "topgrade"
|
2025-09-28 19:27:30 +02:00
|
|
|
dynamic = ["version"]
|
2023-07-18 08:11:36 +08:00
|
|
|
requires-python = ">=3.7"
|
|
|
|
|
classifiers = [
|
|
|
|
|
"Programming Language :: Rust",
|
|
|
|
|
"Programming Language :: Python :: Implementation :: CPython",
|
|
|
|
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.maturin]
|
|
|
|
|
bindings = "bin"
|