From f8068a29a5452c24a2219d445921467f7bab49f7 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Mon, 29 Oct 2018 13:52:19 +0000 Subject: [PATCH] Summary should be a one liner Without this change twine check dist/* would fail as this was producing a double new line. The rest of the PKG-INFO would then be interpreted as the message body and become the long description. See https://github.com/pypa/twine/issues/422 for more details. This fixes the test-release-openstack-python3 zuul job. TrivialFix Change-Id: If1330c4824e949aa427475dfcc26218fb398a66e --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ce36c8144..d9a4b670e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,6 @@ [metadata] name = kayobe -summary = - Deployment of OpenStack to bare metal using OpenStack kolla and bifrost +summary = Deployment of OpenStack to bare metal using OpenStack kolla and bifrost description-file = README.rst author = OpenStack