Skip to content

Commit

Permalink
packaging v0.9 - versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
spisakt committed Aug 8, 2021
1 parent efa69ff commit 84f6d83
Show file tree
Hide file tree
Showing 8 changed files with 2,723 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_version.py export-subst
mlconfound/_version.py export-subst
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include versioneer.py
include _version.py
include mlconfound/_version.py
3 changes: 3 additions & 0 deletions mlconfound/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

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

0 comments on commit 84f6d83

Please sign in to comment.