Skip to content

Commit

Permalink
Modifications from running versioneer install
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Apr 14, 2019
1 parent 122c957 commit d339b06
Show file tree
Hide file tree
Showing 6 changed files with 2,356 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
secrets/** filter=git-crypt diff=git-crypt
binderhub/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ recursive-include binderhub/event-schemas *
graft testing
graft doc
include LICENSE
include versioneer.py
include binderhub/_version.py
4 changes: 4 additions & 0 deletions binderhub/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from ._version import __version__
# next three lines were added by versioneer
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit d339b06

Please sign in to comment.