Skip to content

Commit

Permalink
add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Mar 8, 2020
1 parent 99d8ade commit 78cc238
Show file tree
Hide file tree
Showing 7 changed files with 2,389 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pylammpsmpi/_version.py export-subst
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include LICENSE
include versioneer.py
include pylammpsmpi/_version.py
4 changes: 4 additions & 0 deletions pylammpsmpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from pylammpsmpi.lammps import LammpsLibrary

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

0 comments on commit 78cc238

Please sign in to comment.