From a593d27e3d9fcdecc0fbf385ef43116cccad71ec Mon Sep 17 00:00:00 2001 From: Alan Barzilay Date: Sat, 23 Oct 2021 06:17:21 -0300 Subject: [PATCH] readme: fix rst syntax While trying to upload release 0.4.11 to pypi I got a few errors due to the rst syntax of the readme. This commit fixes the errors but not the warnings (mostly undeclared long format description type in setup.py) --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 68411fc..16c477a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +============================================================================= ``pipreqs`` - Generate requirements.txt file for any project based on imports -=============================== +============================================================================= .. image:: https://img.shields.io/travis/bndr/pipreqs.svg :target: https://travis-ci.org/bndr/pipreqs @@ -57,6 +57,7 @@ Usage | e.g. Flask~=1.1.2 | e.g. Flask>=1.1.2 | e.g. Flask + Example -------