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 from setuptools to hatch #1085

Merged
merged 7 commits into from
Jun 10, 2024
Merged

Migrate from setuptools to hatch #1085

merged 7 commits into from
Jun 10, 2024

Commits on Jun 7, 2024

  1. Migrate from setuptools to hatch

    - Fixes issues with editable builds, [broken by new versions of setuptools](pypa/setuptools#3548)
    - Migrates project to `pyproject.toml`, [as recommended](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
    Uxio0 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7b00a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2630967 View commit details
    Browse the repository at this point in the history
  3. Don't install setuptools on CI

    - Not required anymore
    Uxio0 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9220ee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3df92dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea09e50 View commit details
    Browse the repository at this point in the history
  6. Rename some minor fields

    Uxio0 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d2c3011 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30a17d3 View commit details
    Browse the repository at this point in the history