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

Modernize setuptools support to use pyproject.toml #184

Merged
merged 12 commits into from
Nov 5, 2023

Commits on Oct 29, 2023

  1. Modernize setuptools support to use pyproject.toml

    Replace the obsolete `setup.py` script and `setup.cfg` configuration
    file with the modern PEP 621 `pyproject.toml` metadata.  This also
    implies replacing the custom version/long-description grabbing logic
    (that is broken with Python 3.12) with the features nowadays built-in
    in setuptools.
    
    Fixes Knio#172
    mgorny committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    b96ae19 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. update

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    cafd16a View commit details
    Browse the repository at this point in the history
  2. fix yaml

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ad4f3da View commit details
    Browse the repository at this point in the history
  3. fix yaml 2

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    5279624 View commit details
    Browse the repository at this point in the history
  4. manifest

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    d4a400a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c507c12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5ac70c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d7ce5 View commit details
    Browse the repository at this point in the history
  8. fixes

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    79bdae4 View commit details
    Browse the repository at this point in the history
  9. test

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    3e535ca View commit details
    Browse the repository at this point in the history
  10. test 2

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    773ebaf View commit details
    Browse the repository at this point in the history
  11. test 3

    Knio committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    2075f2e View commit details
    Browse the repository at this point in the history