From 811a0c51f78924496c26ffaca501581c4b4d1ffd Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:56:34 +0100 Subject: [PATCH] Update URL --- src/setuptools_scm/_file_finders/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setuptools_scm/_file_finders/__init__.py b/src/setuptools_scm/_file_finders/__init__.py index 591aa903..403ca4f8 100644 --- a/src/setuptools_scm/_file_finders/__init__.py +++ b/src/setuptools_scm/_file_finders/__init__.py @@ -34,7 +34,7 @@ def scm_find_files( scm_files and scm_dirs must be absolute with symlinks resolved (realpath), with normalized case (normcase) - Spec here: http://setuptools.readthedocs.io/en/latest/setuptools.html#\ + Spec here: https://setuptools.pypa.io/en/latest/userguide/extension.html#\ adding-support-for-revision-control-systems """ realpath = os.path.normcase(os.path.realpath(path))