Add pyproject.yaml.

This file describes the dependencies needed to load the `setup.py` file.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman
2020-12-16 12:21:58 -08:00
parent 9bf79025dc
commit 4381e1f299

2
pyproject.toml Normal file
View File

@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "pkgconfig", "cython"]