Skip to content

Commit

Permalink
MNT: Add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
dchabot committed Feb 26, 2016
1 parent 55abaee commit d6ec28c
Show file tree
Hide file tree
Showing 7 changed files with 2,175 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chxtools/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include chxtools/_version.py
4 changes: 4 additions & 0 deletions chxtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
__author__ = 'edill'

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

0 comments on commit d6ec28c

Please sign in to comment.