From ae712dd993420d43444f188f4525d9bf72f8f219 Mon Sep 17 00:00:00 2001 From: Jonathon Coe Date: Sat, 10 Nov 2018 14:37:28 -0800 Subject: [PATCH] Make pypi shield link to project's pypi page (#137) --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index ceeb936..f1fd917 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ .. image:: https://img.shields.io/pypi/v/dataclasses.svg + :target: https://pypi.org/project/dataclasses/ This is an implementation of PEP 557, Data Classes. It is a backport