Skip to content

Commit 95f77cc

Browse files
tanbroclaude
andcommitted
fix: use SPDX license identifier in classifiers
Change "License :: OSI Approved :: BSD License" to "License :: OSI Approved :: BSD-3-Clause" to comply with PEP 639 license expressions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6382aa4 commit 95f77cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license-files = ["LICENSE"]
3232
classifiers = [
3333
"Development Status :: 5 - Production/Stable",
3434
"Intended Audience :: Developers",
35-
"License :: OSI Approved :: BSD License",
35+
"License :: OSI Approved :: BSD-3-Clause",
3636
"Operating System :: OS Independent",
3737
"Programming Language :: Python",
3838
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)