Skip to content

Commit 11a6440

Browse files
authored
PEP-518: pyproject.toml (#21)
Add a `pyproject.toml` by default which is the proper location for build system requirements these days in Python.
1 parent 70f17a8 commit 11a6440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "cmake>=3.1.0", "pybind11"]

0 commit comments

Comments
 (0)