From 990249b80b76654c03cbc52bda01a8026affa880 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sat, 30 Sep 2017 17:16:38 -0700 Subject: [PATCH] Add pypi info to readme --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index fedcc0c..7126cee 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ github-backup ============= +|PyPI| |Python Versions| + backup a github user or organization Requirements @@ -131,3 +133,7 @@ Backup a single organization repository with everything else (wiki, pull request # e.g. git@github.com:docker/cli.git github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO +.. |PyPI| image:: https://img.shields.io/pypi/v/github-backup.svg + :target: https://pypi.python.org/pypi/github-backup/ +.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/github-backup.svg + :target: https://github.com/albertyw/github-backup