summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-02-15 19:37:02 +0000
committerphillip.eby <phillip.eby@6015fed2-1504-0410-9fe1-9d1591cc4771>2007-02-15 19:37:02 +0000
commitd4e5574708b1acb586e51209e31aa82ab3d9d4bf (patch)
tree8eb21c6ba6a7951fe2195e2578fb700ad5c891fc /doc
parentc8bc50b553a576c2efc8f910b0bace469f379fa7 (diff)
downloadpython-setuptools-d4e5574708b1acb586e51209e31aa82ab3d9d4bf.tar.gz
Internals updated for relative .egg-link support
git-svn-id: http://svn.python.org/projects/sandbox/trunk/setuptools@53793 6015fed2-1504-0410-9fe1-9d1591cc4771
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/formats.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/formats.txt b/doc/formats.txt
index 3169c0f..ba87bd5 100755
--- a/doc/formats.txt
+++ b/doc/formats.txt
@@ -220,7 +220,8 @@ Each ``.egg-link`` file should contain a single file or directory name,
with no newlines. This filename should be the base location of one or
more eggs. That is, the name must either end in ``.egg``, or else it
should be the parent directory of one or more ``.egg-info`` format eggs.
-
+As of setuptools 0.6c6, the path may be specified as a relative path
+from the directory containing the ``.egg-link`` file.
-----------------