From a995f4eeda670ae901edd0ced049e807b9d65d73 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 24 Jan 2015 18:57:25 +0900 Subject: [PATCH] Fix README --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6b5688a..7f00cab 100644 --- a/README.rst +++ b/README.rst @@ -2,13 +2,11 @@ PyMySQL ======= -.. contents:: -.. - - .. image:: https://travis-ci.org/PyMySQL/PyMySQL.svg?branch=master :target: https://travis-ci.org/PyMySQL/PyMySQL +.. contents:: + This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython.