Skip to content

Commit

Permalink
added versioneer for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
xihaui committed Mar 7, 2022
1 parent 6f528c9 commit 05312ac
Show file tree
Hide file tree
Showing 7 changed files with 2,783 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hplib/_version.py export-subst
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ global-exclude *~
global-exclude .DS_Store
global-exclude .git*
global-exclude \#*
global-exclude .ipynb_checkpoints*
global-exclude .ipynb_checkpoints*
include versioneer.py
include hplib/_version.py
3 changes: 3 additions & 0 deletions hplib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@


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

0 comments on commit 05312ac

Please sign in to comment.