Skip to content

Commit

Permalink
Merge pull request #878 from I2PC/release-3.24.12a
Browse files Browse the repository at this point in the history
version name in setup
  • Loading branch information
albertmena authored Jan 9, 2025
2 parents 4971ef9 + 32bbe00 commit ef24246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml_beta
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Homepage = "https://github.com/I2PC/scipion-em-xmipp"
Issues = "https://github.com/I2PC/scipion-em-xmipp/issues"

[tool.setuptools.dynamic]
version = {attr = "xmipp3.version.__version__"}
version = {attr = "xmipp3.version.__version__[3:]"}


[project.entry-points."pyworkflow.plugin"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version=__version__, # Required
version=__version__[3:], # Remove the "3" from the number version

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit ef24246

Please sign in to comment.