python.appdata.xml 641 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>python{{fullversion}}</id>
  4. <metadata_license>MIT</metadata_license>
  5. <project_license>Python-2.0</project_license>
  6. <name>Python {{version}}</name>
  7. <summary>A Python {{version}} runtime</summary>
  8. <description>
  9. <p> A relocated Python {{version}} installation running from an
  10. AppImage.
  11. </p>
  12. </description>
  13. <launchable type="desktop-id">python.desktop</launchable>
  14. <url type="homepage">https://python.org</url>
  15. <provides>
  16. <binary>python{{version}}</binary>
  17. </provides>
  18. </component>