summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Harris <dharris@truthinitiative.org>2018-05-15 10:01:23 -0400
committerDoug Harris <dharris@truthinitiative.org>2018-05-15 10:47:59 -0400
commitf816d6c3ada36239bfff980466e632b644b2dc8e (patch)
tree41aed4c59da3a22ec15430f312e3cf5267c98132 /README.rst
parentbc53a964691844d33675beb60d1d9921312258ef (diff)
downloadclick-f816d6c3ada36239bfff980466e632b644b2dc8e.tar.gz
Adding details about Python version support.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 07352ad..c05c9d7 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,8 @@ Install and update using `pip`_:
$ pip install click
+Click supports Python 3.4 and newer, Python 2.7, and PyPy
+
A Simple Example
----------------
@@ -86,7 +88,4 @@ Links
* Test coverage: https://codecov.io/gh/pallets/click
-.. _WSGI: https://wsgi.readthedocs.io
-.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/
-.. _Jinja: https://www.palletsprojects.com/p/jinja/
.. _pip: https://pip.pypa.io/en/stable/quickstart/