Skip to content

Commit

Permalink
Setting up versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 23, 2016
1 parent bcf25f7 commit 06ecf27
Show file tree
Hide file tree
Showing 9 changed files with 2,181 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
finddata/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include finddata finddata.bashcomplete README.md
include versioneer.py
include finddata/_version.py
File renamed without changes.
4 changes: 4 additions & 0 deletions finddata/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# finddata version
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit 06ecf27

Please sign in to comment.