Add PEP 518 `pyproject.toml`.
authorwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 05:58:05 +0000 (05:58 +0000)
committerwhitequark <whitequark@whitequark.org>
Wed, 1 Jul 2020 05:58:34 +0000 (05:58 +0000)
commit7fca037f9c14974f499195171bb84c38ebddc1e1
treec10dac6ed67a9478ff3d96a877881438d62850bf
parentadbc9472741ebe00530a0fff14d0911d764801e4
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.
pyproject.toml [new file with mode: 0644]
setup.py