Skip to content

Commit

Permalink
Merge pull request #42 from nipreps/rf/packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd authored Oct 20, 2023
2 parents 4150118 + 8343122 commit 8ea7008
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 2,858 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ logs/
.pytest_cache/
dump.rdb
mounts/
_version.py

7 changes: 4 additions & 3 deletions migas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from . import _version

__version__ = _version.get_versions()['version']
try:
from ._version import __version__
except ImportError:
__version__ = "0+unknown"

from .config import print_config, setup
from .helpers import track_exit
Expand Down
Loading

0 comments on commit 8ea7008

Please sign in to comment.