Skip to content

Commit

Permalink
Stop writing License-File
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Dec 17, 2024
1 parent cc43212 commit 00451d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/_core_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def write_field(key, value):
if self.long_description_content_type:
write_field('Description-Content-Type', self.long_description_content_type)

self._write_list(file, 'License-File', self.license_files or [])
# self._write_list(file, 'License-File', self.license_files or [])
_write_requirements(self, file)

long_description = self.get_long_description()
Expand Down

0 comments on commit 00451d6

Please sign in to comment.