Add pyproject.toml
This commit is contained in:
parent
f2a5092cf1
commit
1db266b4ea
@ -1,4 +1,5 @@
|
|||||||
include .gitignore
|
include .gitignore
|
||||||
|
include pyproject.toml
|
||||||
include CMakeLists.txt
|
include CMakeLists.txt
|
||||||
include FindNumPy.cmake
|
include FindNumPy.cmake
|
||||||
include FindPyLibs.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 New Issue
Block a user