1
0
pywikidiff2/pyproject.toml
Nathan TeBlunthuis 1d73eef722 update version.
2025-07-04 21:38:35 -07:00

13 lines
377 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"}]