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

Merge dev-pep621 - migrate to pyproject.toml #201

Merged
merged 9 commits into from Oct 6, 2022
Merged

Merge dev-pep621 - migrate to pyproject.toml #201

merged 9 commits into from Oct 6, 2022

Commits on May 20, 2022

  1. Move the metadata into setup.cfg.

    Add `pyproject.toml`.
    Fetch version from git tags using `setuptools_scm`.
    KOLANICH committed May 20, 2022
    Copy the full SHA
    f966d08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f809d36 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9d32480 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge pull request #179 from KOLANYCH-libs:pyproject.toml

    Implements migration to PEP 621-compliant pyproject.toml.
    
    Merge conflicts were manually resolved (the list of the supported
    Python versions have changed since the time of the pull request).
    astanin committed Oct 6, 2022
    Copy the full SHA
    6e37802 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e2eeb1 View commit details
    Browse the repository at this point in the history
  3. fix test_cli - change script path, do not import .version if __init__…

    ….py is run as a script
    astanin committed Oct 6, 2022
    Copy the full SHA
    05e88d2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3e45eac View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d99d9ae View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0a6554e View commit details
    Browse the repository at this point in the history