Skip to content

Commit

Permalink
Updated installation system
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Jul 12, 2024
1 parent 6585eec commit 44a2bcf
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2,565 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
notebooks/* linguist-documentation=false
*.py linguist-language=python
ms_mint/_version.py export-subst
3 changes: 3 additions & 0 deletions ms_mint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
MINT_DATA_PATH = os.path.abspath(os.path.join(__path__[0], "..", "static"))

logging.info(Mint.version)

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

0 comments on commit 44a2bcf

Please sign in to comment.