Skip to content

Commit afb2b9c

Browse files
committed
Fix concatenating long description with changelog
1 parent 1d5881a commit afb2b9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
|Build Status| |codecov| |PyPI|
22

3+
.. |Build Status| image:: https://github.com/r1chardj0n3s/pip-check-reqs/workflows/CI/badge.svg
4+
:target: https://github.com/r1chardj0n3s/pip-check-reqs/actions
5+
.. |codecov| image:: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs/branch/master/graph/badge.svg
6+
:target: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs
7+
.. |PyPI| image:: https://badge.fury.io/py/pip-check-reqs.svg
8+
:target: https://badge.fury.io/py/pip-check-reqs
9+
310
pip-check-reqs
411
==============
512

@@ -87,10 +94,3 @@ With Thanks To
8794
Josh Hesketh -- who refactored code and contributed the pip-extra-reqs tool.
8895

8996
Wil Cooley -- who handled the removal of normalize_name and fixed some bugs.
90-
91-
.. |Build Status| image:: https://github.com/r1chardj0n3s/pip-check-reqs/workflows/CI/badge.svg
92-
:target: https://github.com/r1chardj0n3s/pip-check-reqs/actions
93-
.. |codecov| image:: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs/branch/master/graph/badge.svg
94-
:target: https://codecov.io/gh/r1chardj0n3s/pip-check-reqs
95-
.. |PyPI| image:: https://badge.fury.io/py/pip-check-reqs.svg
96-
:target: https://badge.fury.io/py/pip-check-reqs

0 commit comments

Comments
 (0)