Skip to content

Commit

Permalink
Switch to Versioneer
Browse files Browse the repository at this point in the history
Issue #133
  • Loading branch information
altendky committed Jan 29, 2018
1 parent 8d75634 commit 9077feb
Show file tree
Hide file tree
Showing 8 changed files with 2,357 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
canmatrix/_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 canmatrix/_version.py
3 changes: 3 additions & 0 deletions canmatrix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

from __future__ import absolute_import

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

import canmatrix.formats as formats
import canmatrix.cancluster as cancluster
import canmatrix.convert as convert
Expand Down
Loading

0 comments on commit 9077feb

Please sign in to comment.