third_party_pyyaml/pyproject.toml
Ingy döt Net 1e1c7fb7c0 Add a newline character to end of pyproject.toml
Is this TOML file actually needed?

I'd prefer to remove it since it does so little, and stands out so
prominiently.
2021-01-13 16:58:40 -05:00

4 lines
100 B
TOML

[build-system]
requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"