We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee0a5e commit f49d589Copy full SHA for f49d589
setuptools/dist.py
@@ -509,7 +509,7 @@ def _find_pattern(pattern: str, enforce_match: bool = True) -> list[str]:
509
f"Pattern {pattern!r} should be relative and must not start with '/'"
510
)
511
if re.match(r'^[\w\-\.\/\*\?\[\]]+$', pattern) is None:
512
- pypa_guides = "specifications/pyproject-toml/#license-files"
+ pypa_guides = "specifications/glob-patterns/"
513
SetuptoolsDeprecationWarning.emit(
514
"Please provide a valid glob pattern.",
515
"Pattern {pattern!r} contains invalid characters.",
0 commit comments