We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f4245 commit 6e4b18aCopy full SHA for 6e4b18a
pyproject.toml
@@ -11,7 +11,10 @@ name = "rubicon-objc"
11
description = "A bridge between an Objective C runtime environment and Python."
12
readme = "README.rst"
13
requires-python = ">= 3.9"
14
-license.text = "New BSD"
+license = "BSD-3-Clause"
15
+license-files = [
16
+ "LICENSE",
17
+]
18
authors = [
19
{name="Russell Keith-Magee", email="russell@keith-magee.com"},
20
]
@@ -26,7 +29,6 @@ keywords = [
26
29
classifiers = [
27
30
"Development Status :: 4 - Beta",
28
31
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
32
"Programming Language :: Objective C",
33
"Programming Language :: Python :: 3",
34
"Programming Language :: Python :: 3.9",
0 commit comments