pyo3/examples/getitem/pyproject.toml

20 lines
459 B
TOML
Raw Normal View History

2023-06-08 22:04:39 +00:00
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "getitem"
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",
]
[project.optional-dependencies]
dev = ["pytest"]