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 bf7a50a commit bea8c1cCopy full SHA for bea8c1c
setuptools/command/egg_info.py
@@ -475,7 +475,7 @@ def global_exclude(self, pattern):
475
return self._remove_files(match.match)
476
477
def append(self, item) -> None:
478
- item = item.removesuffix('\r')
+ item = item.removesuffix('\r') # Fix older sdists built on Windows
479
path = convert_path(item)
480
481
if self._safe_path(path):
0 commit comments