correct import
This commit is contained in:
parent
4e5c1ce8c4
commit
c86c1fc4dc
2 changed files with 2 additions and 3 deletions
|
@ -1,2 +1 @@
|
||||||
from etcd3_wrapper import Etcd3Wrapper, EtcdEntry
|
from .etcd3_wrapper import Etcd3Wrapper, EtcdEntry
|
||||||
name = "etcd3_wrapper"
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open('README.md') as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='etcd3_wrapper',
|
name='etcd3_wrapper',
|
||||||
version='0.5.1',
|
version='0.5.2',
|
||||||
description='A wrapper around etcd3 package',
|
description='A wrapper around etcd3 package',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Reference in a new issue