Skip to content

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