[build-system]
requires = ["maturin>=1.3.1,<2"]
build-backend = "maturin"
[project]
name = "angreal"
dynamic = ["version"]
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Rust",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["packaging"]
[project.scripts]
angreal = "angreal:main"
[tool.maturin]
features = ["pyo3/extension-module"]
exclude = ["Cargo.lock", "**/Cargo.lock"]