Skip to content

Commit

Permalink
Add versioneer support
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Nov 18, 2015
1 parent 49d2fe8 commit cd0459b
Show file tree
Hide file tree
Showing 7 changed files with 2,178 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
recordlinkage/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include versioneer.py
include recordlinkage/_version.py
4 changes: 4 additions & 0 deletions recordlinkage/__init__.py
Expand Up @@ -6,3 +6,7 @@

from estimation import *
from classify import *

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

0 comments on commit cd0459b

Please sign in to comment.