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

Improve version handling #1931

Merged
merged 1 commit into from
Feb 18, 2022
Merged

Improve version handling #1931

merged 1 commit into from
Feb 18, 2022

Commits on Feb 18, 2022

  1. Improve version handling

    This configures setuptools-scm to cache version when installing or
    building the package, so we no longer need to use pkg_resources
    to gather the version.
    
    This removes the need for setuptools at runtime and also improve
    performance as version is loaded directly from our module, when
    present.
    
    Related: ansible#1648
    ssbarnea committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    8493372 View commit details
    Browse the repository at this point in the history