Files
rapidyaml/pyproject.toml
Tim 'mithro' Ansell ce39680601 Reworking Python packaging.
* Move `setup.py` and `pyproject.toml` to root directory otherwise
   everything breaks.
 * Use `setuptool_scm` for version.
 * Build wheels from sdist files using pip.
2021-03-23 00:21:02 -07:00

3 lines
117 B
TOML

[build-system]
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4", "wheel", "ninja", "cmake_build_extension"]