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

Remove dependecy on git #1

Conversation

ChristianWitts
Copy link
Contributor

Retrieving the version of grafana-dashboard-manager for the
purpose of logging should not require that you are running
inside of the git repository, or require you to run via poetry
to succeed.

I have switched to using importlib.metadata from the stdlib to
retrieve the package metadata which contains the version number.

Signed-off-by: Christian Witts cwitts@gmail.com

Retrieving the version of `grafana-dashboard-manager` for the
purpose of logging should not require that you are running
inside of the git repository, or require you to run via `poetry`
to succeed.

I have switched to using `importlib.metadata` from the stdlib to
retrieve the package metadata which contains the version number.

Signed-off-by: Christian Witts <cwitts@gmail.com>
@chan-vince chan-vince merged commit 87d84f0 into Beam-Connectivity:main Jan 26, 2022
@chan-vince
Copy link
Collaborator

Both are fair points. Thanks for giving this a go!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants