MAINT: split bundled licenses into a separate file#511
MAINT: split bundled licenses into a separate file#511grlee77 merged 1 commit intoPyWavelets:masterfrom
Conversation
This is done partly to help GitHub correctly identify the LICENSE as MIT
|
no point in checking CI here. After merging the license is now listed as "MIT" again, so it worked. |
|
the thing to check is that this does get included in the wheel (with |
|
Thanks, I checked and it seems to get included (probably via |
|
It looks like I neglected to include a copy of the NumPy and SciPy license files as part of this PR. I can make a follow-up to add a copy under |
|
Hmm yeah, you're right that that's technically required I think. No one does this though, community projects in the ecosystem liberally share code; stuff regularly moves between NumPy, SciPy, Statsmodels, Scikit-learn, Scikit-image, etc. Having everyone include all of each others' licenses would become very messy. So happy to leave as is. |
The motivation here is to help GitHub correctly auto-identify the LICENSE as MIT.
(following the example of SciPy who did this recently for the same reason)