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 `_