aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Python-for-Formula-Authors.md
diff options
context:
space:
mode:
authorMike McQuaid2017-03-15 15:11:35 +0000
committerGitHub2017-03-15 15:11:35 +0000
commit4d88cc4c41113be2d5bf11c11fa671c763705a64 (patch)
tree211ee881e9c83a82587da853581c91192661bcfd /docs/Python-for-Formula-Authors.md
parente9e6dcf8930395e4284bbab07b500dd7cb5e5fe5 (diff)
parentcc8f029f222a618eb30b585ccb22efcce1e5cf91 (diff)
downloadbrew-4d88cc4c41113be2d5bf11c11fa671c763705a64.tar.bz2
Merge pull request #2326 from vszakats/sprot
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'docs/Python-for-Formula-Authors.md')
-rw-r--r--docs/Python-for-Formula-Authors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md
index 0867e8dd8..7f650f967 100644
--- a/docs/Python-for-Formula-Authors.md
+++ b/docs/Python-for-Formula-Authors.md
@@ -213,7 +213,7 @@ Distribute (not to be confused with distutils) is an obsolete fork of setuptools
## What is `--single-version-externally-managed`?
-`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](http://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.
+`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](https://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.
`easy_install` does a few things that we need to avoid: