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

Move setup to pyproject.toml #4

Merged
merged 4 commits into from
Jan 26, 2024

Conversation

jdavies-st
Copy link
Collaborator

@jdavies-st jdavies-st commented Jan 25, 2024

This PR updates the template in the following ways:

  • Minimum version of Python is 3.9, following standard practice in the scientific python community
  • Update the CI workflow to use modern versions of Python and the Github actions
  • Remove setup.cfg and do everything in pyproject.toml, in standard modern practice
  • Add automatic semantic versioning from git tags using setuptools-scm.
  • Update the README.md to reflect all these changes.

Resolves #3

@jdavies-st jdavies-st force-pushed the move-setup-to-pyproject branch from 3add5ac to bf629ef Compare January 25, 2024 12:51
@jdavies-st jdavies-st requested a review from ivastar January 25, 2024 12:54
@ivastar ivastar merged commit 56c0a96 into mpi-astronomy:main Jan 26, 2024
3 checks passed
@jdavies-st jdavies-st deleted the move-setup-to-pyproject branch January 26, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node.js 12 to 16
2 participants