Add missing comma in setup.py

This commit is contained in:
nolash 2020-09-20 10:03:20 +02:00
parent fc4c211849
commit 630db89381
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -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",