fix missing comma in setup.py

This commit is contained in:
coderkun 2016-04-07 09:33:52 +02:00
commit 91bd91c263

View file

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