diff options
| author | Viktor Szakats | 2015-01-04 04:27:16 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-03 23:03:08 -0500 |
| commit | b81097cdeef710bc861bfb7be76b2b4d631d89a2 (patch) | |
| tree | c7991c7538491085282920e537c7d80cca3c9ae8 /share/doc/homebrew/Python-for-Formula-Authors.md | |
| parent | a52143c63c771db1ce4eaee23022696b4519be03 (diff) | |
| download | brew-b81097cdeef710bc861bfb7be76b2b4d631d89a2.tar.bz2 | |
Use more https links and some link updates along the way
Closes Homebrew/homebrew#35529.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'share/doc/homebrew/Python-for-Formula-Authors.md')
| -rw-r--r-- | share/doc/homebrew/Python-for-Formula-Authors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Python-for-Formula-Authors.md b/share/doc/homebrew/Python-for-Formula-Authors.md index 1f69e4239..c8b997970 100644 --- a/share/doc/homebrew/Python-for-Formula-Authors.md +++ b/share/doc/homebrew/Python-for-Formula-Authors.md @@ -188,7 +188,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://pythonhosted.org/setuptools/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://pythonhosted.org/setuptools/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: |
