Skip to content

Commit

Permalink
Merge pull request #19 from RE-Lab-Projects/add-versioneer
Browse files Browse the repository at this point in the history
added versioneer for versioning
  • Loading branch information
xihaui authored Mar 7, 2022
2 parents 6f528c9 + 05312ac commit 3725a32
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 3725a32

Please sign in to comment.