Skip to content

Commit b4a40c0

Browse files
Fred PhillipsFred Phillips
authored andcommitted
Add PyPi shield to README.md
1 parent f09b1e2 commit b4a40c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GitHub Webhook (micro) Framework
22

3+
[![PyPI](https://img.shields.io/pypi/v/github-webhook.svg)][2]
4+
35
`python-github-webhook` is a very simple, but powerful, microframework for writing [Github
46
webhooks][1] in Python. It can be used to write webhooks for individual repositories or whole
57
organisations, and can be used for Github.com or Github Enterprise installations; in fact, it was
@@ -34,4 +36,5 @@ if __name__ == "__main__":
3436
The `python-github-webhook` repository is distributed under the Apache License (version 2.0);
3537
see the LICENSE file at the top of the source tree for more information.
3638

37-
[1]: https://developer.github.com/webhooks/
39+
[1]: https://developer.github.com/webhooks/
40+
[2]: https://pypi.python.org/pypi/github-webhook

0 commit comments

Comments
 (0)