Fix twine check that is breaking CI

Currently the test-release-openstack job is failing on the pike and queens
branches with the following error:

twine check dist/*
Checking distribution dist/kayobe-4.0.1.dev6-py2-none-any.whl: Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 7: Error: Unexpected indentation.
Checking distribution dist/kayobe-4.0.1.dev6.tar.gz: Failed
The project's long_description has invalid markup which will not be rendered on PyPI. The following syntax errors were detected:
line 7: Error: Unexpected indentation.
line 7: Error: Unexpected indentation

This is fixed by putting the project's description on a single line.

Change-Id: I8a44c4e6275889b2842135002c8adfc8b8efd834
This commit is contained in:
Mark Goddard 2019-01-04 13:33:34 +00:00
parent 34e5e02b7f
commit ff066950da
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