Skip to content

Commit bfb117a

Browse files
committed
Update doctest to match new project layout.
1 parent a49a1bb commit bfb117a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/dist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ def _expand_patterns(patterns):
409409
"""
410410
>>> list(Distribution._expand_patterns(['LICENSE']))
411411
['LICENSE']
412-
>>> list(Distribution._expand_patterns(['setup.cfg', 'LIC*']))
413-
['setup.cfg', 'LICENSE']
412+
>>> list(Distribution._expand_patterns(['pyproject.toml', 'LIC*']))
413+
['pyproject.toml', 'LICENSE']
414414
"""
415415
return (
416416
path

0 commit comments

Comments
 (0)