From 994aef72160777dd66f1a0f3dc9d67b0225c6fb5 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Wed, 12 Sep 2018 16:35:28 -0400 Subject: [PATCH] Remove version from fmclient setup.cfg This update removes the version from fmclient setup metadata. The fmclient setup will use the build tag instead Change-Id: Iee2d1ffab867279a6700325b46a79decdbb97b7a Signed-off-by: Tao Liu --- python-fmclient/fmclient/setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/python-fmclient/fmclient/setup.cfg b/python-fmclient/fmclient/setup.cfg index e40a892c..d9ad8455 100644 --- a/python-fmclient/fmclient/setup.cfg +++ b/python-fmclient/fmclient/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = fmclient -version = 1.0.0 summary = A python client library for Fault Management #description-file = # README.rst