Add pyproject.toml
This commit is contained in:
parent
f2a5092cf1
commit
1db266b4ea
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
include .gitignore
|
||||
include pyproject.toml
|
||||
include CMakeLists.txt
|
||||
include FindNumPy.cmake
|
||||
include FindPyLibs.cmake
|
||||
|
|
4
pyproject.toml
Normal file
4
pyproject.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
Loading…
Reference in a new issue