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

Switch to pyproject.toml #545

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Switch to pyproject.toml #545

merged 3 commits into from
Sep 5, 2024

Conversation

MilesCranmer
Copy link
Contributor

@MilesCranmer MilesCranmer commented Aug 23, 2024

pyproject.toml is the standard mechanism for a Python project's metadata while setup.cfg is a deprecated format: https://peps.python.org/pep-0518.

This PR simply translates everything from one format to the other.

Note that this is required to use some build systems locally, such as rye, which do not support the older formats.

@MilesCranmer
Copy link
Contributor Author

Friendly ping @cjdoris :)

@cjdoris cjdoris merged commit a61c022 into JuliaPy:main Sep 5, 2024
13 checks passed
@cjdoris
Copy link
Collaborator

cjdoris commented Sep 5, 2024

Great thanks! I'd been meaning to do this and also switch to the hatchling build backend for a while, so you've done 80% of that task :)

@MilesCranmer MilesCranmer deleted the mc/pyproject branch September 5, 2024 20:22
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.

2 participants