Unify name in all files and resources
This commit is contained in:
parent
75496a7a1e
commit
abec42b9ea
9 changed files with 14 additions and 16 deletions
4
setup.py
4
setup.py
|
|
@ -52,9 +52,9 @@ setup(
|
|||
cmdclass = {
|
||||
'build_py': build_mcg
|
||||
},
|
||||
name = "CoverGrid",
|
||||
name = "mcg",
|
||||
version = 0.6,
|
||||
description = "CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
|
||||
description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing 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