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

Move project metadata to pyproject.toml #122

Merged
merged 12 commits into from
Apr 16, 2024
Merged

Move project metadata to pyproject.toml #122

merged 12 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    da6ee7e View commit details
    Browse the repository at this point in the history
  2. Rewrite top-level setup.cfg[options] to pyproject.toml

    Intentionally omitted specifying `tool.setuptools.include-package-data`: it's true by default in `pyproject.toml` according to https://setuptools.pypa.io/en/latest/userguide/datafiles.html#include-package-data.
    bswck committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    07f979f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f2f811 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f8ac7a View commit details
    Browse the repository at this point in the history
  5. Remove setup.cfg

    bswck committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cddf2a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c8ee8fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b351b8a View commit details
    Browse the repository at this point in the history
  3. Use tabs for indentation

    bswck committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6c547a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    792b3a2 View commit details
    Browse the repository at this point in the history
  5. Revert "Move [tool.setuptools_scm] section under [build-system] i…

    …n `pyproject.toml`"
    
    This reverts commit 792b3a2.
    bswck committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3b233e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e4a389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b0d81e View commit details
    Browse the repository at this point in the history