diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-05 13:36:04 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-05 13:36:04 -0400 |
| commit | ceb604c40ef9d095942952e7bb535bf8dd3295ed (patch) | |
| tree | 6de1d5e924f7b752f5112052a053677dbaa6d400 /docs/setuptools.txt | |
| parent | 0f3521f227793e2707b682d23f5cce36983e07a1 (diff) | |
| download | python-setuptools-git-ceb604c40ef9d095942952e7bb535bf8dd3295ed.tar.gz | |
Update documentation to reflect no integrated SCM support.
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 4 |
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 |
