Skip to content

Commit 76749f8

Browse files
committed
Remove redundant URL part
1 parent 53e2824 commit 76749f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/config/setupcfg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -786,4 +786,4 @@ def message(cls, **kw):
786786

787787

788788
class _DeprecatedConfig(SetuptoolsDeprecationWarning):
789-
_SEE_DOCS = "https://setuptools.pypa.io/en/latest/userguide/declarative_config.html"
789+
_SEE_DOCS = "userguide/declarative_config.html"

0 commit comments

Comments
 (0)