Skip to content

Commit

Permalink
readme: fix rst syntax
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-barzilay committed Oct 23, 2021
1 parent 23097b1 commit a593d27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -57,6 +57,7 @@ Usage
<compat> | e.g. Flask~=1.1.2
<gt> | e.g. Flask>=1.1.2
<no-pin> | e.g. Flask

Example
-------

Expand Down

0 comments on commit a593d27

Please sign in to comment.