Simplify name to “CoverGrid” skipping the “MPD” prefix

This commit is contained in:
coderkun 2017-04-25 12:53:44 +02:00
commit 5e598250ab
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=CoverGrid
Comment=Covergrid for the Music Player Daemon
Comment=CoverGrid for the Music Player Daemon
Type=Application
Icon=mcg.svg
Exec=mcg

View file

@ -16,7 +16,7 @@ from mcg import widgets
class Application(Gtk.Application):
TITLE = "MPDCoverGrid"
TITLE = "CoverGrid"
ID = 'de.coderkun.mcg'
DOMAIN = 'mcg'

View file

@ -31,9 +31,9 @@ class build_mcg(build_py):
setup(
cmdclass = {'build_py': build_mcg},
name = "MPDCoverGrid",
version = "0.6",
description = "MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.",
name = "CoverGrid",
version = 0.6,
description = "CoverGrid 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",