fix missing comma in setup.py
This commit is contained in:
parent
49f8fddc31
commit
91bd91c263
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue