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 4669c79 commit a1f35aeCopy full SHA for a1f35ae
setuptools/dist.py
@@ -496,7 +496,7 @@ def _find_pattern(pattern: str, enforce_match: bool = True) -> list[str]:
496
>>> Distribution._find_pattern("../LICENSE.MIT")
497
Traceback (most recent call last):
498
...
499
- setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'
+ setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'...
500
>>> Distribution._find_pattern("LICEN{CSE*")
501
502
0 commit comments