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.
2 parents d46dc22 + 811a0c5 commit 8fd768cCopy full SHA for 8fd768c
src/setuptools_scm/_file_finders/__init__.py
@@ -34,7 +34,7 @@ def scm_find_files(
34
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
35
with normalized case (normcase)
36
37
- Spec here: http://setuptools.readthedocs.io/en/latest/setuptools.html#\
+ Spec here: https://setuptools.pypa.io/en/latest/userguide/extension.html#\
38
adding-support-for-revision-control-systems
39
"""
40
realpath = os.path.normcase(os.path.realpath(path))
0 commit comments