From 368e5ca4191e3cf62d923525ed4af6b47f33ddfb Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Tue, 21 Jan 2020 09:41:01 -0800 Subject: [PATCH 1/2] Update README.rst Add link to license in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6339ba5d9..1844f49b6 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ documentation for more information on what is provided. Six supports Python 2.7 and 3.3+. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license -notice must be retained.) +notice must be retained.) Read the `MIT License `_ Online documentation is at https://six.readthedocs.io/. From edf5a542252b667324792368d9ed5320de6312e9 Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Sun, 3 Jan 2021 15:11:46 -0800 Subject: [PATCH 2/2] Fix link for PyPI page --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1844f49b6..3a3fc3688 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ documentation for more information on what is provided. Six supports Python 2.7 and 3.3+. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license -notice must be retained.) Read the `MIT License `_ +notice must be retained.) Read the `MIT License `_ Online documentation is at https://six.readthedocs.io/.