From 09a971d6194351c8ec77ac5e93fa8a51da89791e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 23 Oct 2013 10:42:07 -0500 Subject: [PATCH] Add PYPI badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 107b68e4..1e3065af 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,9 @@ PyCUDA lets you access `Nvidia `_'s `CUDA Several wrappers of the CUDA API already exist-so what's so special about PyCUDA? +.. image:: https://badge.fury.io/py/pycuda.png + :target: http://pypi.python.org/pypi/pycuda + * Object cleanup tied to lifetime of objects. This idiom, often called `RAII `_