Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: update handling of license files to use PEP 639 #772

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rgommers
Copy link
Member

Draft because it requires a future version of meson-python (xref mesonbuild/meson-python#681).

Changes:

  • Use an SPDX license expression - the AND for MIT and BSD-3 is a little annoying (MIT-only is cleaner) but it is the correct thing to do, given that we have a minor amount of BSD-3 code taken over from NumPy/SciPy which wasn't written by me and hence would be annoying to relicense under the PyWavelets license.
  • Remove end date of copyright statement in main license file, in order to avoid having to update this again in the future.
  • Include the full NumPy and SciPy license files, as the BSD license requires.
  • Remove the PyPI classifier for the license, since PEP 639 deprecated such classifiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant