precice / python-bindings

Python language bindings for preCICE
https://precice.org
GNU Lesser General Public License v3.0
22 stars 13 forks source link

Require setuptools>=61 #207

Closed BenjaminRodenberg closed 4 months ago

BenjaminRodenberg commented 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.

BenjaminRodenberg commented 4 months ago

Good way forward. Now pyproject.toml 😄

I've put this into #208