diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-04-24 11:20:07 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-04-24 11:20:07 +0100 |
commit | 76749f8f76f4d93c6e3fed0b51a41eced4830987 (patch) | |
tree | 73e085f5bd6c2b2490e4bd3e47c12cf9cf6ec7f2 | |
parent | 53e282429043af3ed96c1684cf81b62e0471c711 (diff) | |
download | python-setuptools-git-76749f8f76f4d93c6e3fed0b51a41eced4830987.tar.gz |
Remove redundant URL part
-rw-r--r-- | setuptools/config/setupcfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |