From 4a09039888ee3ceeb9e2a5f38cdbb32f1f91c0c1 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 23 Oct 2013 10:42:53 -0500
Subject: [PATCH] Add PYPI badge

---
 README.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.rst b/README.rst
index f326091d..d8cfc3cf 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,9 @@ spirit of its sister project `PyCUDA <http://mathema.tician.de/software/pycuda>`
 * Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's 
   CL implementations.
 
+.. image:: https://badge.fury.io/py/pyopencl.png
+    :target: http://pypi.python.org/pypi/pyopencl
+
 To use PyOpenCL, you just need `numpy <http://numpy.org>`_ and an OpenCL
 implementation.
 (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.)
-- 
GitLab