summaryrefslogtreecommitdiff
path: root/docs/setuptools.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-09-05 13:36:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-09-05 13:36:04 -0400
commitceb604c40ef9d095942952e7bb535bf8dd3295ed (patch)
tree6de1d5e924f7b752f5112052a053677dbaa6d400 /docs/setuptools.txt
parent0f3521f227793e2707b682d23f5cce36983e07a1 (diff)
downloadpython-setuptools-git-ceb604c40ef9d095942952e7bb535bf8dd3295ed.tar.gz
Update documentation to reflect no integrated SCM support.
Diffstat (limited to 'docs/setuptools.txt')
-rw-r--r--docs/setuptools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index 0feb09ea..0646eff5 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -2595,8 +2595,8 @@ those methods' docstrings for more details.
Adding Support for Other Revision Control Systems
-------------------------------------------------
-If you would like to create a plugin for ``setuptools`` to find files in other
-source control systems besides CVS and Subversion, you can do so by adding an
+If you would like to create a plugin for ``setuptools`` to find files in
+source control systems, you can do so by adding an
entry point to the ``setuptools.file_finders`` group. The entry point should
be a function accepting a single directory name, and should yield
all the filenames within that directory (and any subdirectories thereof) that