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
This commit is contained in:
Will Szumski 2018-10-29 13:52:19 +00:00
parent 89560dd65f
commit f8068a29a5
1 changed files with 1 additions and 2 deletions

View File

@ -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