[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "imposer"
description = "Python bindings for the imposer PDF booklet imposition library"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }
keywords = ["pdf", "booklet", "imposition", "printing"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
]
dynamic = ["version"]
[tool.maturin]
features = ["python"]
module-name = "imposer"