amaranth/pyproject.toml
whitequark 7fca037f9c Add PEP 518 pyproject.toml.
This is necessary to be able to install nMigen into a virtualenv that
does not have `wheel` installed in certain cases.

See #349.
2020-07-01 05:58:34 +00:00

3 lines
68 B
TOML

[build-system]
requires = ["setuptools", "setuptools_scm", "wheel"]