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 d46dc22 commit 811a0c5Copy full SHA for 811a0c5
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