[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"}]