Skip to content

Commit a72bced

Browse files
committed
Improve docstring
1 parent 178a138 commit a72bced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools_scm/file_finder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def scm_find_files(path, scm_files, scm_dirs):
88
- scm_files: set of scm controlled files and symlinks
99
(including symlinks to directories)
1010
- scm_dirs: set of scm controlled directories
11+
(including directories containing no scm controlled files)
1112
1213
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
1314
with normalized case (normcase)

0 commit comments

Comments
 (0)