summaryrefslogtreecommitdiff
path: root/devel/py-electrum-ecc/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-electrum-ecc/files/patch-pyproject.toml')
-rw-r--r--devel/py-electrum-ecc/files/patch-pyproject.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-electrum-ecc/files/patch-pyproject.toml b/devel/py-electrum-ecc/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4e9fd9d51345
--- /dev/null
+++ b/devel/py-electrum-ecc/files/patch-pyproject.toml
@@ -0,0 +1,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]