pyo3/examples/decorator/pyproject.toml

17 lines
411 B
TOML

[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "decorator"
version = "0.1.0"
classifiers = [
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Rust",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
]