Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update license field to use proper SPDX identifier
This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API which is used by downstream tools including deps.dev
  • Loading branch information
leifdreizler committed Jul 31, 2025
commit 6535a68b4aebe427759b1725de77f398a2be354c
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
name="nbval",
version=__version__,
author="Laslett, Cortes, Fauske, Kluyver, Pepper, Fangohr",
license="BSD-3-Clause",
description='A py.test plugin to validate Jupyter notebooks',
long_description=readme,
long_description_content_type="text/markdown",
Expand Down