Skip to content

Commit

Permalink
Merge pull request #793 from slaclab/pr791-but-not-forked
Browse files Browse the repository at this point in the history
Non-forked version of PR 791 - Update versioneer for Python 3.12 compatibility.
  • Loading branch information
swh76 authored May 13, 2024
2 parents 1959443 + 04b52d8 commit 1ff6632
Show file tree
Hide file tree
Showing 5 changed files with 1,051 additions and 431 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pysmurf/_version.py export-subst
python/pysmurf/_version.py export-subst
5 changes: 2 additions & 3 deletions python/pysmurf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
# contained in the LICENSE.txt file.
#-----------------------------------------------------------------------------

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 1ff6632

Please sign in to comment.