Skip to content

Commit

Permalink
Merge pull request #120 from choderalab/setup-config
Browse files Browse the repository at this point in the history
Version management using versioneer
  • Loading branch information
Bas Rustenburg authored Mar 23, 2018
2 parents cfa3722 + b455d99 commit 9f3cd59
Show file tree
Hide file tree
Showing 7 changed files with 2,361 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
protons/_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 protons/_version.py
4 changes: 4 additions & 0 deletions protons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
from .app.driver import AmberProtonDrive, ForceFieldProtonDrive
from .app.calibration import SelfAdjustedMixtureSampling


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

0 comments on commit 9f3cd59

Please sign in to comment.