Skip to content

Commit 178a138

Browse files
committed
Improve docstring
1 parent ac69fcb commit 178a138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setuptools_scm/file_finder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ def scm_find_files(path, scm_files, scm_dirs):
55
""" setuptools compatible file finder that follows symlinks
66
77
- path: the root directory from which to search
8-
- scm_files: set of scm controlled files
8+
- scm_files: set of scm controlled files and symlinks
9+
(including symlinks to directories)
910
- scm_dirs: set of scm controlled directories
1011
1112
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),

0 commit comments

Comments
 (0)