Skip to content

Commit eb99821

Browse files
committed
Update pyproject license metadata for PEP 639
Signed-off-by: Facundo Tuesca <[email protected]>
1 parent 5251a93 commit eb99821

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ authors = [
2121
]
2222
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
2323
readme = "README.rst"
24-
license = { text = "Apache-2.0 OR BSD-3-Clause" }
24+
license = "Apache-2.0 OR BSD-3-Clause"
25+
license-files = [ "LICENSE", "LICENSE.APACHE", "LICENSE.BSD" ]
2526
classifiers = [
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Developers",
28-
"License :: OSI Approved :: Apache Software License",
29-
"License :: OSI Approved :: BSD License",
3029
"Natural Language :: English",
3130
"Operating System :: MacOS :: MacOS X",
3231
"Operating System :: POSIX",
@@ -105,9 +104,6 @@ features = ["pyo3/abi3-py37"]
105104
include = [
106105
"CHANGELOG.rst",
107106
"CONTRIBUTING.rst",
108-
"LICENSE",
109-
"LICENSE.APACHE",
110-
"LICENSE.BSD",
111107

112108
"docs/**/*",
113109

0 commit comments

Comments
 (0)