Skip to content

Commit 770dcfe

Browse files
committed
pyproject: use SPDX license expression, remove classifier
This is apparently how you are supposed to do things now.
1 parent b137481 commit 770dcfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ readme = { file = "README.rst", content-type = "text/x-rst" }
66
authors = [
77
{ name = "Gregory Szorc", email = "gregory.szorc@gmail.com" },
88
]
9-
license = { text = "BSD" }
9+
license ="BSD-3-Clause"
1010
requires-python = ">=3.9"
1111
classifiers = [
1212
"Development Status :: 5 - Production/Stable",
1313
"Intended Audience :: Developers",
14-
"License :: OSI Approved :: BSD License",
1514
"Programming Language :: C",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)