From 630db89381387015eab7114dcb0786e0dcea7a19 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 20 Sep 2020 10:03:20 +0200 Subject: [PATCH] Add missing comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bd5195..cea9dc8 100644 --- 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",