1
0
pywikidiff2/pyproject.toml
2025-08-07 16:00:22 -07:00

18 lines
431 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pywikidiff2"
version = "0.1.1"
description = "Python module providing interface to wikidiff2 for SOTA wikitext diffs."
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
authors = [{ name="Nathan TeBlunthuis", email="nathanteblunthuis@gmail.com"}]
[dependency-groups]
dev = [
"pyarrow>=21.0.0",
]