summaryrefslogtreecommitdiff
path: root/security/py-cryptography/files/patch-pyproject.toml
blob: 13bd298738a5856eb166e8d555960be95473c5ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2025-05-18 02:39:52 UTC
+++ pyproject.toml
@@ -21,8 +21,7 @@ readme = "README.rst"
 ]
 description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
 readme = "README.rst"
-license = "Apache-2.0 OR BSD-3-Clause"
-license-files = [ "LICENSE", "LICENSE.APACHE", "LICENSE.BSD" ]
+license = { text = "Apache-2.0 OR BSD-3-Clause" }
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Intended Audience :: Developers",