|
requires = ["setuptools>=42", "wheel", "scikit-build", "cmake"] |
I used this dependency to fix the SDist test in #43 but on second thought, it's not strictly required. CMake is required but if it's already on the system, then adding this might cause more harm than good ? (e.g. on alpine)
ninja-python-distributions/pyproject.toml
Line 2 in 98c811f
I used this dependency to fix the SDist test in #43 but on second thought, it's not strictly required. CMake is required but if it's already on the system, then adding this might cause more harm than good ? (e.g. on alpine)