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

View File

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