[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "words-to-data"
version = "0.3.0"
description = "Convert Legal Documents Into Diffable Data Structures"
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT OR Apache-2.0" }
[project.urls]
Homepage = "https://www.wordstodata.com/"
Repository = "https://github.com/Scronkfinkle/words-to-data/"
Issues = "https://github.com/Scronkfinkle/words-to-data/issues"
[tool.maturin]
python-source = "python"
module-name = "words_to_data.words_to_data"
bindings = "pyo3"
features = ["python"]