Add AppStream metadata file
It's useful for software catalogs to display detailed information about this application.
This commit is contained in:
parent
40d58a38cc
commit
b8383c69ce
2 changed files with 20 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -14,6 +14,7 @@ except:
|
|||
def get_data_files():
|
||||
data_files = [
|
||||
(os.path.join('share', 'applications'), ['data/devede_ng.py.desktop']),
|
||||
(os.path.join('share', 'metainfo'), ['data/devedeng.appdata.xml']),
|
||||
(os.path.join('share', 'pixmaps'), ['data/devedeng.svg']),
|
||||
(os.path.join('share', 'icons', 'hicolor',
|
||||
'scalable', 'apps'), ['data/devedeng_icon.svg']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue