mirror of
https://github.com/biojppm/rapidyaml.git
synced 2026-01-18 21:41:18 +01:00
* Move `setup.py` and `pyproject.toml` to root directory otherwise everything breaks. * Use `setuptool_scm` for version. * Build wheels from sdist files using pip.
3 lines
117 B
TOML
3 lines
117 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4", "wheel", "ninja", "cmake_build_extension"]
|