Closed BenjaminRodenberg closed 4 months ago
Requiring setuptools>=61 allows us to remove a noisy warning that always shows up when building with spack. It also allows us to simplify the setup.py. Setuptools>=61 guarantees that pyproject.toml is used.
setup.py
Good way forward. Now pyproject.toml 😄
I've put this into #208
Requiring setuptools>=61 allows us to remove a noisy warning that always shows up when building with spack. It also allows us to simplify the
setup.py
. Setuptools>=61 guarantees that pyproject.toml is used.