From 1ed6a01c4b4764ce55ca199049ee69338d4a808a Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Wed, 12 Aug 2015 19:13:54 +0500 Subject: [PATCH] Add Python 3 porting status badge to the README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 6ca5deb49..7006925ae 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,11 @@ Scrapy .. image:: https://img.shields.io/badge/wheel-yes-brightgreen.svg :target: https://pypi.python.org/pypi/Scrapy :alt: Wheel Status + +.. image:: http://static.scrapy.org/py3progress/badge.svg + :target: https://github.com/scrapy/scrapy/wiki/Python-3-Porting + :alt: Python 3 Porting Status + Overview ========