amaranth/pyproject.toml
Catherine 47551e8c71 Add PEP 518 pyproject.toml.
See also commits:
 * 7fca037f (adding it)
 * 416b2531 (reverting it)
 * a2ef4cb6 (adding it)
 * 810c19dd (reverting it)

Third time's the charm?
2023-01-31 19:48:54 +00:00

4 lines
114 B
TOML

[build-system]
requires = ["wheel", "setuptools~=62.0", "setuptools_scm"]
build-backend = "setuptools.build_meta"