aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-electrum-ecc/files/patch-pyproject.toml
blob: 4e9fd9d513456784ede823e6df38b2983fd215a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- pyproject.toml.orig	2000-11-11 11:11:11 UTC
+++ pyproject.toml
@@ -13,8 +13,6 @@ readme = "README.md"
 description = "Pure python ctypes wrapper for libsecp256k1"
 keywords = ["libsecp256k1", "ecc"]
 readme = "README.md"
-license = "MIT"
-license-files = ["LICENSE.txt"]
 requires-python = ">=3.10"
 dependencies = []
 classifiers = [
@@ -32,6 +30,10 @@ dynamic = ['version']
     "Topic :: Security :: Cryptography",
 ]
 dynamic = ['version']
+
+
+[project.license]
+text = "MIT"
 
 
 [project.urls]