funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit 8637e667c5960ed21a0f2c87aa90a5d2885a6abf
parent 57b3c059c8f59724483b86385428bda23748363b
Author: lash <dev@holbrook.no>
Date:   Mon, 14 Nov 2022 08:15:53 +0000

Correct license file package var

Diffstat:
Msetup.cfg | 2+-
Msetup.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg @@ -8,4 +8,4 @@ classifiers = License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) license_files = - LICENSE. + LICENSE diff --git a/setup.py b/setup.py @@ -24,7 +24,7 @@ f.close() setup( name="funga", - version="0.5.3", + version="0.5.4", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",