summaryrefslogtreecommitdiffstats
path: root/ez_setup/README.txt
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-07-07 13:28:03 -0400
committerLuke Macken <lmacken@redhat.com>2008-07-07 13:28:03 -0400
commit4096e7132ef10ffec01b3dc0337b06c40f84cc56 (patch)
tree0b6d9d84142acd7d456d17d33e64d0ed26be764a /ez_setup/README.txt
parent7356e54f1332b6a0cdf06cd18f3df338311fb61a (diff)
downloadmanas-4096e7132ef10ffec01b3dc0337b06c40f84cc56.tar.gz
manas-4096e7132ef10ffec01b3dc0337b06c40f84cc56.tar.xz
manas-4096e7132ef10ffec01b3dc0337b06c40f84cc56.zip
Avoid the whole ez_setup mess.
Diffstat (limited to 'ez_setup/README.txt')
-rw-r--r--ez_setup/README.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/ez_setup/README.txt b/ez_setup/README.txt
deleted file mode 100644
index 77c986d..0000000
--- a/ez_setup/README.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-This directory exists so that Subversion-based projects can share a single
-copy of the ``ez_setup`` bootstrap module for ``setuptools``, and have it
-automatically updated in their projects when ``setuptools`` is updated.
-
-For your convenience, you may use the following svn:externals definition::
-
- ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup
-
-You can set this by executing this command in your project directory::
-
- svn propedit svn:externals .
-
-And then adding the line shown above to the file that comes up for editing.
-Then, whenever you update your project, ``ez_setup`` will be updated as well.