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 to pyproject.toml #354

Merged
merged 3 commits into from
Apr 25, 2023
Merged

Migrate to pyproject.toml #354

merged 3 commits into from
Apr 25, 2023

Conversation

achimnol
Copy link
Member

This is a part of #352.

It deprecates use of setup.cfg and setup.py, and replaces them with pyproject.toml following PEP-517 and PEP-518.

- Deprecate and remove setup.py and setup.cfg
@achimnol achimnol self-assigned this Apr 25, 2023
@achimnol achimnol mentioned this pull request Apr 25, 2023
8 tasks
- Now we can build sdist/wheel by: `python -m build -s -w`,
  even without `setup.py`.
@achimnol achimnol merged commit 055667c into main Apr 25, 2023
@achimnol achimnol deleted the setup/migrate-to-pyproject.toml branch April 25, 2023 21:00
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.

1 participant