Skip to content

Commit 6e4b18a

Browse files
committed
Update licensing metadata to adhere to PEP 639.
1 parent 07f4245 commit 6e4b18a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ name = "rubicon-objc"
1111
description = "A bridge between an Objective C runtime environment and Python."
1212
readme = "README.rst"
1313
requires-python = ">= 3.9"
14-
license.text = "New BSD"
14+
license = "BSD-3-Clause"
15+
license-files = [
16+
"LICENSE",
17+
]
1518
authors = [
1619
{name="Russell Keith-Magee", email="russell@keith-magee.com"},
1720
]
@@ -26,7 +29,6 @@ keywords = [
2629
classifiers = [
2730
"Development Status :: 4 - Beta",
2831
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: BSD License",
3032
"Programming Language :: Objective C",
3133
"Programming Language :: Python :: 3",
3234
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)