Skip to content

Commit 012e21f

Browse files
authored
📄 Add FOSSA status badge to the README file.
1 parent 5d46fc6 commit 012e21f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield)
2-
31
================
42
Python WordPress
53
================
@@ -16,6 +14,10 @@ Python WordPress
1614
:target: http://python-wordpress.readthedocs.io/en/master/?badge=master
1715
:alt: Documentation Status
1816

17+
.. image:: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield
18+
:target: https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield
19+
:alt: FOSSA Status
20+
1921
A Python library for interacting with WordPress REST API.
2022

2123
* Free software: MIT License
@@ -34,7 +36,3 @@ Quick Start
3436
>>> for p in posts:
3537
... print('{title[rendered]}: {link}'.format(**p._json))
3638
Hello, World: http://example.org/2017/01/30/hello-world
37-
38-
39-
## License
40-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_large)

0 commit comments

Comments
 (0)