Simplify name to “CoverGrid” skipping the “MPD” prefix
This commit is contained in:
parent
e555956c95
commit
5e598250ab
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ from mcg import widgets
|
|||
|
||||
|
||||
class Application(Gtk.Application):
|
||||
TITLE = "MPDCoverGrid"
|
||||
TITLE = "CoverGrid"
|
||||
ID = 'de.coderkun.mcg'
|
||||
DOMAIN = 'mcg'
|
||||
|
||||
|
|
|
|||
6
setup.py
6
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue