add PEP517/518 pyproject.toml
This commit is contained in:
parent
4247b30dde
commit
4adb33a809
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools",
|
||||
"wheel",
|
||||
"setuptools_scm",
|
||||
"cython",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
x
Reference in New Issue
Block a user