Cut 0.0.2 with support for watch etc

This commit is contained in:
Davanum Srinivas 2017-03-27 10:38:34 -04:00
parent b77c31f1bf
commit fce3cefdd9
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[metadata]
name = etcd3gw
version = 0.0.2
summary = A python client for etcd3 grpc-gateway v3 API
description-file =
README.md

View File

@ -26,4 +26,4 @@ except ImportError:
setuptools.setup(
setup_requires=['pbr>=2.0'],
pbr=True)
pbr=False)