Files
python-appimage/python_appimage/data/python.appdata.xml
Valentin Niess dc3acadb9a Initial commit
2020-03-29 11:59:23 +02:00

19 lines
648 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>python{{fullversion}}</id>
<metadata_license>Python-2.0</metadata_license>
<project_license>Python-2.0</project_license>
<name>Python {{version}}</name>
<summary>A Python {{version}} runtime</summary>
<description>
<p> A relocated Python {{version}} installation running from an
AppImage.
</p>
</description>
<launchable type="desktop-id">python.desktop</launchable>
<url type="homepage">https://python.org</url>
<provides>
<binary>python{{version}}</binary>
</provides>
</component>