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

Update plugins.rst examples to use pyproject.toml over setup.py #39665

Merged
merged 2 commits into from
May 17, 2024

Conversation

hterik
Copy link
Contributor

@hterik hterik commented May 16, 2024

pyproject.toml is the standard project description moving forward. Airflow has itself adopted this recently. Examples should follow this to ease using the latest standard for plugin authors.

https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#is-pyproject-toml-mandatory

Copy link
Collaborator

@dirrao dirrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few static checks are failing. can you fix them?

@Taragolis
Copy link
Contributor

pyproject.toml is the standard project description moving forward. Airflow has itself adopted this recently.
Examples should follow this to ease using the latest standard for plugin authors.

https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#is-pyproject-toml-mandatory
@Taragolis Taragolis merged commit 8b19b78 into apache:main May 17, 2024
38 checks passed
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.

None yet

5 participants