summaryrefslogtreecommitdiff
path: root/devel/py-electrum-aionostr/files/patch-pyproject.toml
blob: 9905f9bf33e796d1833c146ba4a84762af13e6b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2000-11-11 11:11:11 UTC
+++ pyproject.toml
@@ -10,8 +10,7 @@ readme = "README.md"
 description = "asyncio nostr client"
 keywords = ["nostr", "asyncio"]
 readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = { text = "BSD-3-Clause" }
 requires-python = ">=3.10"
 dependencies = [
     "electrum_ecc",