Skip to content

Commit bea8c1c

Browse files
Add comment back.
Co-authored-by: Avasam <[email protected]>
1 parent bf7a50a commit bea8c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/egg_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def global_exclude(self, pattern):
475475
return self._remove_files(match.match)
476476

477477
def append(self, item) -> None:
478-
item = item.removesuffix('\r')
478+
item = item.removesuffix('\r') # Fix older sdists built on Windows
479479
path = convert_path(item)
480480

481481
if self._safe_path(path):

0 commit comments

Comments
 (0)