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

Fix version error message when building package #223

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

pgiraud
Copy link
Member

@pgiraud pgiraud commented Nov 12, 2024

After the commit ecb8013 in which we changed the way the python code is formatted, the "hack" to get the version in setup.py no longer worked.

The current commit fixes this. A better management of the version should be implemented. For example, using setuptools_scm could be a good option.

Related to #218

After the commit ecb8013 in which we changed the way the python code
is formatted, the "hack" to get the version in setup.py no longer
worked.

The current commit fixes this. A better management of the version should
be implemented. For example, using setuptools_scm could be a good
option.
Copy link
Member

@rjuju rjuju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@pgiraud pgiraud merged commit 5167097 into master Nov 12, 2024
1 check passed
@pgiraud pgiraud deleted the version_match branch November 12, 2024 15:35
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.

2 participants