funga

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

commit 630db89381387015eab7114dcb0786e0dcea7a19
parent fc4c211849cd7b94955e774d4bc960fee244ce9f
Author: nolash <dev@holbrook.no>
Date:   Sun, 20 Sep 2020 10:03:20 +0200

Add missing comma in setup.py

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="crypto-dev-signer", - version="0.2.0" + version="0.2.0", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",