Skip to content

Commit

Permalink
Add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Nov 15, 2017
1 parent fcce1a6 commit 991184d
Show file tree
Hide file tree
Showing 7 changed files with 2,359 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pycorrelate/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
include versioneer.py
include pycorrelate/_version.py
5 changes: 4 additions & 1 deletion pycorrelate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

__author__ = """Antonino Ingargiola"""
__email__ = '[email protected]'
__version__ = '0.2.1'

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

0 comments on commit 991184d

Please sign in to comment.