From 91bd91c263a68803549e9354745311ca8eac3641 Mon Sep 17 00:00:00 2001 From: coderkun Date: Thu, 7 Apr 2016 09:33:52 +0200 Subject: [PATCH] fix missing comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70e68f5..acf933f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup setup( name = "MPD Cover Grid", version = "0.4", - description = "MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks." + description = "MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.", url = "http://www.coderkun.de/codes/mcg", author = "coderkun", author_email = "olli@coderkun.de",