Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 27, 2023
1 parent 5199aab commit 714420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/command/sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ def read_manifest(self):
if line.startswith('#') or not line:
continue
self.filelist.append(line)
manifest.close()
manifest.close()

0 comments on commit 714420f

Please sign in to comment.