Skip to content

Commit

Permalink
user versioneer for version information
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Jul 14, 2020
1 parent d11dbb5 commit 20dbca2
Show file tree
Hide file tree
Showing 8 changed files with 2,367 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
propkatraj/_version.py export-subst
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ ENV/

# cached filed
*.npz

# editor files
*~

# propka junk
current.pka
current.propka_input
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 propkatraj/_version.py
4 changes: 4 additions & 0 deletions propkatraj/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .propkatraj import get_propka, PropkaTraj

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

0 comments on commit 20dbca2

Please sign in to comment.