From 71bf8e51300abe5c57117cc47fba1807cd4465fa Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Tue, 15 May 2018 09:25:31 -0700 Subject: [PATCH 1/2] Update the wording to clarify Pipenv's overall role in the packaging ecosystem --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cb80c8b645..48e46cbd47 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Pipenv: Python Development Workflow for Humans --------------- -**Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). +**Pipenv** — the officially recommended tool for managing application dependencies from `Python.org `_, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.* diff --git a/docs/index.rst b/docs/index.rst index 06d59edaf8..712e3f7d3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,7 +20,7 @@ Pipenv: Python Dev Workflow for Humans --------------- -**Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). +**Pipenv** — the officially recommended tool for managing application dependencies from `Python.org `_, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first-class citizen, in our world.* From 9ba232429822d7de931289c151e7e9df11489dd4 Mon Sep 17 00:00:00 2001 From: Jon Wayne Parrott Date: Tue, 15 May 2018 11:08:45 -0700 Subject: [PATCH 2/2] Update the wording a little --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 48e46cbd47..912808a23b 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Pipenv: Python Development Workflow for Humans --------------- -**Pipenv** — the officially recommended tool for managing application dependencies from `Python.org `_, free (as in freedom). +**Pipenv** — the recommended tool for managing application dependencies from `packaging.python.org `__, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first–class citizen, in our world.* diff --git a/docs/index.rst b/docs/index.rst index 712e3f7d3a..1c122faa78 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,7 +20,7 @@ Pipenv: Python Dev Workflow for Humans --------------- -**Pipenv** — the officially recommended tool for managing application dependencies from `Python.org `_, free (as in freedom). +**Pipenv** — the recommended tool for managing application dependencies from `packaging.python.org `__, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. *Windows is a first-class citizen, in our world.*