From e654936bdc2763bc83539b66bb76b5f927eb3f39 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 15 Jan 2014 02:27:05 +0400 Subject: [PATCH] Remove version from setup.cfg There is no more need to store version in the setup.cfg file. It'll automatically generated using the latest tag. Change-Id: I574bdf5ebfb6b3c1dfc44fbb891f6a0ca6af5ae9 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9f480964..4cfae54f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = python-savannaclient -version = 0.4.0 summary = Client library for Savanna API description-file = README.rst