Skip to content

PEP 639 compliance #3283

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

Merged
merged 1 commit into from
Jul 23, 2025
Merged

PEP 639 compliance #3283

merged 1 commit into from
Jul 23, 2025

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Jul 22, 2025

Declare licenses using only these two fields, as per PEP 639:

  • license: SPDX license expression consisting of one or more license identifiers
  • license-files: list of license file glob patterns

Supported by hatchling ≥ 1.27.0:
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.rst
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Jul 22, 2025
Declare licenses using only these two fields, as per PEP 639:
* license:       SPDX license expression consisting of one or more license identifiers
* license-files: list of license file glob patterns

Supported by hatchling ≥ 1.27.0:
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files
@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review July 22, 2025 20:36
@d-v-b d-v-b merged commit b877f89 into zarr-developers:main Jul 23, 2025
30 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the PEP639 branch July 23, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs release notes Automatically applied to PRs which haven't added release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants