Browse Source
* feat: use pyproject.toml instead * ci: travis updates * fix: just install on travis * fix: include macOS version * Update .travis.ymlmaster
5 changed files with 17 additions and 20 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
[build-system] |
||||
requires = [ |
||||
"setuptools>=42", |
||||
"wheel", |
||||
"pybind11>=2.6.0", |
||||
] |
||||
|
||||
build-backend = "setuptools.build_meta" |
Loading…
Reference in new issue