Skip to content

Commit

Permalink
Add Versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
kazunarikudo committed Jun 13, 2018
1 parent 16552d4 commit 68a5a76
Show file tree
Hide file tree
Showing 8 changed files with 557 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_version.py export-subst
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include LICENSE
recursive-include image *
recursive-include image *include versioneer.py
include _version.py
include versioneer.py
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,13 @@ Harvester Core uses the following open source libraries/resources:
| https://github.com/pympler/pympler
| https://pypi.org/project/Pympler/
* Versioneer

| License: `The Creative Commons "Public Domain Dedication" license (CC0-1.0) <https://creativecommons.org/publicdomain/zero/1.0/>`_
| Copyright (c) 2018 Brian Warner
| https://github.com/warner/python-versioneer
Harvester GUI uses the following open source libraries/resources:

* VisPy
Expand Down
4 changes: 4 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

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

0 comments on commit 68a5a76

Please sign in to comment.