Diff of /pyproject.toml [000000] .. [7d5693]

Switch to unified view

a b/pyproject.toml
1
[build-system]
2
requires = [
3
    "setuptools>=42",
4
    "wheel"
5
]
6
build-backend = "setuptools.build_meta"