summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
committerDavid Lord <davidism@gmail.com>2020-02-27 10:57:13 -0800
commit35929957d81ab18a7bc0d75e850449f3f1068107 (patch)
tree5c53474fc211a97762e5f7e780416473e9e80a44 /README.rst
parent559a46c40379bbb38dc6ab75fbd9288489bdf655 (diff)
downloadclick-35929957d81ab18a7bc0d75e850449f3f1068107.tar.gz
update project metadata
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst23
1 files changed, 8 insertions, 15 deletions
diff --git a/README.rst b/README.rst
index 41fb712..4cade9e 100644
--- a/README.rst
+++ b/README.rst
@@ -24,9 +24,7 @@ Install and update using `pip`_:
.. code-block:: text
- $ pip install click
-
-Click supports Python 3.4 and newer, Python 2.7, and PyPy.
+ $ pip install -U click
.. _pip: https://pip.pypa.io/en/stable/quickstart/
@@ -34,8 +32,6 @@ Click supports Python 3.4 and newer, Python 2.7, and PyPy.
A Simple Example
----------------
-What does it look like? Here is an example of a simple Click program:
-
.. code-block:: python
import click
@@ -52,8 +48,6 @@ What does it look like? Here is an example of a simple Click program:
if __name__ == '__main__':
hello()
-And what it looks like when run:
-
.. code-block:: text
$ python hello.py --count=3
@@ -77,11 +71,10 @@ donate today`_.
Links
-----
-* Website: https://palletsprojects.com/p/click/
-* Documentation: https://click.palletsprojects.com/
-* License: `BSD <https://github.com/pallets/click/blob/master/LICENSE.rst>`_
-* Releases: https://pypi.org/project/click/
-* Code: https://github.com/pallets/click
-* Issue tracker: https://github.com/pallets/click/issues
-* Test status: https://dev.azure.com/pallets/click/_build
-* Official chat: https://discord.gg/t6rrQZH
+- Website: https://palletsprojects.com/p/click/
+- Documentation: https://click.palletsprojects.com/
+- Releases: https://pypi.org/project/click/
+- Code: https://github.com/pallets/click
+- Issue tracker: https://github.com/pallets/click/issues
+- Test status: https://dev.azure.com/pallets/click/_build
+- Official chat: https://discord.gg/t6rrQZH