Raw File
pyproject.toml
[build-system]
requires = [
    "setuptools",
    "cython",
]
back to top