Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Oct 23, 2024
1 parent e555ab1 commit b9a10ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions warehouse/forklift/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ def file_upload(request):
meta.metadata_version
) >= packaging.version.Version("2.4"):
"""
Ensure all License-File keys exist in the wheel
Ensure all License-File keys exist in the sdist
See https://peps.python.org/pep-0639/#add-license-file-field
"""
with zipfile.ZipFile(temporary_filename) as zfp:
Expand Down Expand Up @@ -1126,7 +1126,7 @@ def file_upload(request):
meta.metadata_version
) >= packaging.version.Version("2.4"):
"""
Ensure all License-File keys exist in the wheel
Ensure all License-File keys exist in the sdist
See https://peps.python.org/pep-0639/#add-license-file-field
"""
with tarfile.open(temporary_filename, "r:gz") as tar:
Expand Down

0 comments on commit b9a10ea

Please sign in to comment.