From 1721dd0b047478f5bdd6359b07a2c503cfafd86f Mon Sep 17 00:00:00 2001 From: stephenhsu Date: Thu, 18 May 2017 16:35:42 +0800 Subject: [PATCH] remove broken PyPI downloads badge and add saythanks badge --- README.rst | 5 ++--- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6c259e4..b8f3da4 100644 --- a/README.rst +++ b/README.rst @@ -7,12 +7,11 @@ rtcclient .. image:: https://img.shields.io/pypi/v/rtcclient.svg :target: https://pypi.python.org/pypi/rtcclient -.. image:: https://img.shields.io/pypi/dm/rtcclient.svg - :target: https://pypi.python.org/pypi/rtcclient - .. image:: https://api.travis-ci.org/dixudx/rtcclient.svg?branch=master :target: https://pypi.python.org/pypi/rtcclient +.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg + :target: https://saythanks.io/to/dixudx A Python-based Client/API for Rational Team Concert (RTC) diff --git a/setup.cfg b/setup.cfg index c62d65b..21ea6a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = rtcclient author = Di Xu -version = 0.6.0 +version = 0.7.0 author_email = stephenhsu90@gmail.com summary = RTCClient for Rational Team Concert description-file = README.rst