Skip to content

Commit

Permalink
Added Versioneer for Version Control
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed May 14, 2016
1 parent 2f47ab3 commit 768acbf
Show file tree
Hide file tree
Showing 8 changed files with 2,293 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
glassure/core/_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 glassure/core/_version.py
6 changes: 3 additions & 3 deletions glassure/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def _module_path():
from .optimization import *
from .soller_correction import *




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

0 comments on commit 768acbf

Please sign in to comment.