Skip to content

Commit b7bc0f4

Browse files
committed
Add versioneer
1 parent c7b12f0 commit b7bc0f4

File tree

3 files changed

+525
-0
lines changed

3 files changed

+525
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jsonrpc/_version.py export-subst

jsonrpc/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2018 Palantir Technologies, Inc.
2+
from ._version import get_versions
3+
__version__ = get_versions()['version']
4+
del get_versions

0 commit comments

Comments
 (0)