* setup.py: enable c++17 option * gitignore: add wheelhouse/ * README.md: cibuildwheel references
7 lines
136 B
TOML
7 lines
136 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel","Cython"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.cibuildwheel]
|
|
before-all = ""
|