mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
9 lines
183 B
TOML
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" |