We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac69fcb commit 178a138Copy full SHA for 178a138
setuptools_scm/file_finder.py
@@ -5,7 +5,8 @@ def scm_find_files(path, scm_files, scm_dirs):
5
""" setuptools compatible file finder that follows symlinks
6
7
- path: the root directory from which to search
8
- - scm_files: set of scm controlled files
+ - scm_files: set of scm controlled files and symlinks
9
+ (including symlinks to directories)
10
- scm_dirs: set of scm controlled directories
11
12
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
0 commit comments