* rename cython module for more consistency * restructure python code * proper python module setup * bump major version 2.0.0
8 lines
137 B
TOML
8 lines
137 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel","Cython"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.cibuildwheel]
|
|
before-all = ""
|
|
|