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

Prefer pyproject over setup.py #34

Merged
merged 1 commit into from
May 2, 2024
Merged

Commits on May 2, 2024

  1. chore: use pyproject.toml

    See PEP 518 and PEP 621. Distutils is also being discontinued so want to
    always the modern tools.
    
    The only thing that doesn't play nicely at the moment is flake8, which
    wants its configuration in `tox.ini` instead of `pyproject.toml`. But
    this is also pretty standard, and even used in the sample Python project
    that PyPa maintain.
    fjebaker committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc407f5 View commit details
    Browse the repository at this point in the history