aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-02 15:53:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-02 15:53:59 -0400
commit097e031561aecc7af929768e63719a359fdd450b (patch)
tree45a096d2cfb702f0a671c713e384a992782596e7 /docs
parentc9f21d7698ea2c3510ae99f27574b660445d95f9 (diff)
downloadexternal_python_setuptools-097e031561aecc7af929768e63719a359fdd450b.tar.gz
external_python_setuptools-097e031561aecc7af929768e63719a359fdd450b.tar.bz2
external_python_setuptools-097e031561aecc7af929768e63719a359fdd450b.zip
Add changelog entry and include the final unsaved edit to setuptools.txt. Ref #1385.
Diffstat (limited to 'docs')
-rw-r--r--docs/setuptools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 4d9278e3..c82dc511 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -971,7 +971,7 @@ Non-Package Data Files
----------------------
Historically, ``setuptools`` by way of ``easy_install`` would encapsulate data
-files from the distribution into the egg (see `this reference
+files from the distribution into the egg (see `the old docs
<https://github.com/pypa/setuptools/blob/52aacd5b276fedd6849c3a648a0014f5da563e93/docs/setuptools.txt#L970-L1001>`_). As eggs are deprecated and pip-based installs
fall back to the platform-specific location for installing data files, there is
no supported facility to reliably retrieve these resources.