From c6f918cc51a65e87f4e7314012d58845aeb65e77 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 23 Jul 2018 07:47:58 -0500 Subject: [PATCH] Fix errors in README Pypi now enforces some package checks and will reject uploads if errors are found, causing problems with new releases. Most projects by default set their README as the source for the package description, so any RST formatting errors in the README can be the source of these validation failures. The README file for python-tackerclient would fail validation since it would appear the numbered bullet list was not formatted correcting, making the second bullet not appear to be part of the same list and getting the validation error: warning: check: Enumerated list start value not ordinal-1: "2" (ordinal 2) To make this section of the README consistent with the following section, the numbered bullets are just removed, getting rid of the validation errors. Change-Id: I653f98b0b5b5c223cb15bfb2b2fe5400c61a1714 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 22eb7c0a..2d88eb60 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ master branch. Using python install -------------------- -1. Clone python-tackerclient repository. +Clone python-tackerclient repository. :: @@ -34,7 +34,7 @@ Using python install $ git clone https://github.com/openstack/python-tackerclient -b -2. Install python-tackerclient. +Install python-tackerclient. ::