Skip to content

Commit

Permalink
versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jul 24, 2017
1 parent cebe478 commit 41fb4cf
Show file tree
Hide file tree
Showing 7 changed files with 2,361 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pandahouse/_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 pandahouse/_version.py
4 changes: 4 additions & 0 deletions pandahouse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from .core import read_clickhouse, to_clickhouse
from .http import execute
from .utils import escape

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

0 comments on commit 41fb4cf

Please sign in to comment.