Files
foldingdiff/pyproject.toml
2022-10-05 15:22:00 -07:00

9 lines
183 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "foldingdiff"
version = "0.0.1"
readme = "README.md"
requires-python = ">=3.8"