Skip to content

Commit

Permalink
Merge 713745b into 5ae34e2
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Aug 20, 2018
2 parents 5ae34e2 + 713745b commit ba667f0
Show file tree
Hide file tree
Showing 7 changed files with 2,376 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ncclient/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include *.rst requirements.txt LICENSE
graft docs
graft examples
include versioneer.py
include ncclient/_version.py
4 changes: 4 additions & 0 deletions ncclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
class NCClientError(Exception):
"Base type for all NCClient errors"
pass

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

0 comments on commit ba667f0

Please sign in to comment.