Unify name in all files and resources

This commit is contained in:
coderkun 2017-04-28 11:01:06 +02:00
commit abec42b9ea
9 changed files with 14 additions and 16 deletions

View file

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