Add pyproject.toml
Closed this issue · 1 comments
nritsche commented
pyproject.toml should list python packages needed for setup:
[build-system]
requires = ['setuptools', 'wheel', 'cython', 'numpy', 're', 'distutils', ...]
Once this is done, .travis.yaml in e.g. https://github.com/radiocosmology/draco doesn't have to install those manually.
ljgray commented
This was added