AIFlow-Math-Ink-0.5 / pyproject.toml
cwLeeDev's picture
Release AIFlow Math Ink 0.5 geometric gridding layer
b9c7f6c verified
Raw
History Blame Contribute Delete
491 Bytes
[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"]