Nostr-p2nip5 (#110)

* move cli

* set_requests decorator

* fix wrapper

* refactor nostr.py

* ignore coroutine unpack error

* nostr lib 0.8

* make format
This commit is contained in:
calle
2023-02-25 12:27:33 +01:00
committed by GitHub
parent 5ec2c3604e
commit 46eeb2c36e
11 changed files with 175 additions and 127 deletions

View File

@@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli:cli"]}
setuptools.setup(
name="cashu",
version="0.9.2",
version="0.9.3",
description="Ecash wallet and mint for Bitcoin Lightning",
long_description=long_description,
long_description_content_type="text/markdown",