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

Conversation

ssbarnea
Copy link
Member

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: #1648

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 ssbarnea marked this pull request as ready for review February 18, 2022 15:12
@ssbarnea ssbarnea requested a review from a team as a code owner February 18, 2022 15:12
@ssbarnea ssbarnea requested review from ganeshrn and priyamsahoo and removed request for a team February 18, 2022 15:12
@ssbarnea ssbarnea merged commit 3eabeb8 into ansible:main Feb 18, 2022
@ssbarnea ssbarnea deleted the v6/ver branch February 18, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants