From 76749f8f76f4d93c6e3fed0b51a41eced4830987 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 24 Apr 2023 11:20:07 +0100 Subject: Remove redundant URL part --- setuptools/config/setupcfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/config/setupcfg.py b/setuptools/config/setupcfg.py index 050e5385..bb355590 100644 --- a/setuptools/config/setupcfg.py +++ b/setuptools/config/setupcfg.py @@ -786,4 +786,4 @@ class _AmbiguousMarker(SetuptoolsDeprecationWarning): class _DeprecatedConfig(SetuptoolsDeprecationWarning): - _SEE_DOCS = "https://setuptools.pypa.io/en/latest/userguide/declarative_config.html" + _SEE_DOCS = "userguide/declarative_config.html" -- cgit v1.2.1