-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Open
Description
The notice files is missing in wheels although (afaik) it is required to include it due to the APACHE license and it seemed to be the intention of the authors to include it:
Line 69 in 420d16b
package_data={"": ["LICENSE", "NOTICE"]}, |
(This line has no effect because LICENSE
and NOTICE
are not located in the package folder.)
There is already #7012, which fixes the issue (and also includes AUTHORS.txt
). If changing the build-backend (or just switching to pyproject.toml) is not imminent, please let me know if you want me to create a PR to fix the issue with minimal changes to setup.py
/setup.cfg
.
Metadata
Metadata
Assignees
Labels
No labels