diff --git a/com.github.whipper_team.Whipper.metainfo.xml b/com.github.whipper_team.Whipper.metainfo.xml new file mode 100644 index 00000000..4f17319c --- /dev/null +++ b/com.github.whipper_team.Whipper.metainfo.xml @@ -0,0 +1,33 @@ + + + + com.github.whipper_team.Whipper + CC0-1.0 + + whipper + GPL-3.0-or-later + The Whipper Team + A CD-DA ripper prioritising accuracy over speed + +

+ whipper is a command-line CD-DA ripper that focuses on making accurate + rips over fast ones. +

+
+ + https://github.com/whipper-team/whipper + https://github.com/whipper-team/whipper/issues + https://github.com/whipper-team/whipper/blob/master/README.md + + + AudioVideo + Audio + Music + ConsoleOnly + + + + whipper + whipper + +
diff --git a/setup.py b/setup.py index 9262a8de..3ea6a128 100644 --- a/setup.py +++ b/setup.py @@ -14,5 +14,8 @@ 'console_scripts': [ 'whipper = whipper.command.main:main' ] - } + }, + data_files=[ + ('share/metainfo', ['com.github.whipper_team.Whipper.metainfo.xml']), + ], )