Skip to content

Commit

Permalink
Merge pull request #995 from DimitriPapadopoulos/http
Browse files Browse the repository at this point in the history
Update URL
  • Loading branch information
RonnyPfannschmidt authored Jan 5, 2024
2 parents d46dc22 + 811a0c5 commit 8fd768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setuptools_scm/_file_finders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 8fd768c

Please sign in to comment.