pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.54k stars 1.19k forks source link

Store license-files in licenses subfolder #4728

Open cdce8p opened 3 weeks ago

cdce8p commented 3 weeks ago

Summary of changes

The initial draft of PEP 639 specified that license files should be written directly to the .dist-info folder. This was changed in later iterations. The files should now be written to .dist-info/licenses and the root folder structure should be recreated to avoid name conflicts.

Additional changes to be spec compliant:

Closes #3596 Refs #4629