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

migrate packaging to pyproject.toml #9056

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    3136996 View commit details
    Browse the repository at this point in the history
  2. restore a setup.py stub

    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    401de87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6019f1d View commit details
    Browse the repository at this point in the history
  4. tox: isolated build

    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    121caba View commit details
    Browse the repository at this point in the history
  5. remove python 3.6

    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c2062da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a71ed6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bcd152 View commit details
    Browse the repository at this point in the history
  8. remove flake8 config from pyproject.toml

    it was automatically migrated but flake8 doesn't support
    the pyproject.toml format
    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    34840fd View commit details
    Browse the repository at this point in the history
  9. remove 'zip-safe' and 'exclude' arguments

    zip-safe is deprecated and doesn't do anything.
    exclude 'tests*' is already the default behaviour
    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9b6e714 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf25dcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    040ded0 View commit details
    Browse the repository at this point in the history
  12. remove 'license-files' field

    deronnax committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9ce6b62 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Revert "remove python 3.6"

    This reverts commit c2062da.
    deronnax committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c4bcfc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    2770f5e View commit details
    Browse the repository at this point in the history