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

rfc: Migrate most configs from setup.py to pyproject.toml #5962

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PaulYuuu
Copy link

Call python setup.py directly is deprecated, to modernize this
project, let's introduce pyproject.toml, it supports more features. For
compatibility with the past, keep setup.py in present.

Signed-off-by: Yihuang Yu [email protected]

@PaulYuuu PaulYuuu force-pushed the pyproject branch 2 times, most recently from 96744a3 to c7b2dc8 Compare June 19, 2024 01:29
Call `python setup.py` directly is deprecated, to modernize this
project, let's introduce pyproject.toml, it supports more features. For
compatibility with the past, keep setup.py in present.

Signed-off-by: Yihuang Yu <[email protected]>
pyproject.toml can be an entry to maintain configurations of linter and
formatter, which easier to manage their configurations.

Signed-off-by: Yihuang Yu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review Requested
Development

Successfully merging this pull request may close these issues.

1 participant