diff options
Diffstat (limited to 'devel/py-electrum-aionostr/files/patch-pyproject.toml')
| -rw-r--r-- | devel/py-electrum-aionostr/files/patch-pyproject.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-electrum-aionostr/files/patch-pyproject.toml b/devel/py-electrum-aionostr/files/patch-pyproject.toml new file mode 100644 index 000000000000..9905f9bf33e7 --- /dev/null +++ b/devel/py-electrum-aionostr/files/patch-pyproject.toml @@ -0,0 +1,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", |
