Skip to content

Commit

Permalink
Modernize packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Jan 7, 2024
1 parent 55c0241 commit b2e1d98
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 3,022 deletions.
4 changes: 2 additions & 2 deletions gridData/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@

__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'mrc']

from . import _version
__version__ = _version.get_versions()['version']
from importlib.metadata import version
__version__ = version("gridData")

Loading

0 comments on commit b2e1d98

Please sign in to comment.