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

Simplify pyproject.toml #75

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Commits on Aug 16, 2022

  1. Simplify pyproject.toml

    https://code.djangoproject.com/ticket/33778
    
    The wheel dependency is redundant and discouraged here. Setuptools adds
    this dependency via the backend automatically since day one. It was
    historically included in the documentation but it was a mistake. See:
    pypa/setuptools@f7d30a9
    
    The legacy backend was never supposed to be used in pyproject.toml. It
    is only an "internal" fallback that is used by tools like pip when
    pyproject.toml is not present at all. The regular backend must always be
    used in pyproject.toml. See:
    pypa/setuptools#1689
    francoisfreitag committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    97dcc0d View commit details
    Browse the repository at this point in the history