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

Commits on May 17, 2024

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

    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
    hterik authored and potiuk committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c921d59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dfbb31 View commit details
    Browse the repository at this point in the history