mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-04 18:45:22 +00:00
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)
This commit is contained in:
parent
23097b102c
commit
a593d27e3d
@ -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
|
||||
<compat> | e.g. Flask~=1.1.2
|
||||
<gt> | e.g. Flask>=1.1.2
|
||||
<no-pin> | e.g. Flask
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user