Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require setuptools>=61 #207

Merged

Conversation

BenjaminRodenberg
Copy link
Member

@BenjaminRodenberg BenjaminRodenberg commented Jul 9, 2024

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.

Copy link
Member

@fsimonis fsimonis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good way forward. Now pyproject.toml 😄

@BenjaminRodenberg
Copy link
Member Author

Good way forward. Now pyproject.toml 😄

I've put this into #208

@BenjaminRodenberg BenjaminRodenberg merged commit 561b215 into precice:develop Jul 9, 2024
10 checks passed
BenjaminRodenberg added a commit that referenced this pull request Aug 27, 2024
* Require setuptools>=61. Will ensure use of pyproject.toml.
* Simplify setup.py w.r.t noisy warning (always shown when building with spack).
BenjaminRodenberg added a commit that referenced this pull request Aug 27, 2024
* Require setuptools>=61. Will ensure use of pyproject.toml.
* Simplify setup.py w.r.t noisy warning (always shown when building with spack).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants