Skip to content

Commit

Permalink
added versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
srossross committed Jul 22, 2015
1 parent 8122c8b commit 7e1365c
Show file tree
Hide file tree
Showing 7 changed files with 2,182 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
clyent/_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 clyent/_version.py
4 changes: 4 additions & 0 deletions clyent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ def run_command(args, exit=True):
raise SystemExit(1)
else:
return 1

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

0 comments on commit 7e1365c

Please sign in to comment.