| [build-system] | |
| requires = ["setuptools>=68"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "aiflow-math-ink" | |
| version = "0.5.0" | |
| description = "Model-agnostic geometric gridding for online handwritten mathematics" | |
| readme = "README.md" | |
| license = {file = "LICENSE"} | |
| requires-python = ">=3.11" | |
| dependencies = ["Pillow>=10,<12"] | |
| [project.optional-dependencies] | |
| test = ["pytest>=8,<9"] | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |