remove metadata information from py-files
This commit is contained in:
parent
8df0174738
commit
49f8fddc31
2 changed files with 0 additions and 10 deletions
|
|
@ -1,13 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks."""
|
||||
|
||||
__author__ = "coderkun"
|
||||
__email__ = "<olli@coderkun.de>"
|
||||
__license__ = "GPL"
|
||||
__version__ = "0.4"
|
||||
__status__ = "Development"
|
||||
|
||||
|
||||
import configparser
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks."""
|
||||
|
||||
__author__ = "coderkun"
|
||||
__email__ = "<olli@coderkun.de>"
|
||||
__license__ = "GPL"
|
||||
__version__ = "0.4"
|
||||
__status__ = "Development"
|
||||
|
||||
|
||||
import gi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue