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

chore: modernize setup infrastructure #131

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

Commits on Jul 19, 2024

  1. chore: modernize setup infrastructure

    * it seems to me that moving from the procedural setup.py
      to the declarative setup.cfg is a nice compromise between
      modernization and compatibility with legacy systems
    * pkg_resources are dead, we should not use them, the suggested
      construct has as The Single Source of Truth™ version in
      git_deps/__init__.py and it should work anywhere with
      setuptools >= 46.4.0, which is reasonably ancient
    * six should really never be mentioned any more
    mcepl committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f221bf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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