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

Migrate from setup.cfg to pyproject.toml #155

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Migrate from setup.cfg to pyproject.toml #155

merged 1 commit into from
Mar 29, 2024

Conversation

olebole
Copy link
Member

@olebole olebole commented Dec 29, 2023

Pyproject.toml is the modern form to specify metadata for the project, specified in PEP-518.

This PR migrates from the old setup.cfg to pyproject.toml. setup.py is still needed to specify the C extension files.

@olebole olebole force-pushed the pyproject branch 2 times, most recently from ffd836c to 7f70053 Compare March 29, 2024 16:26
@olebole olebole merged commit 8127f1c into main Mar 29, 2024
9 checks passed
@olebole olebole deleted the pyproject branch March 29, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant