Export "docs" from platform manifest

This commit is contained in:
Ivan Kravets
2018-04-12 18:44:38 -07:00
parent 59fe190f20
commit aa8de4ff4b
2 changed files with 5 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ def _get_installed_platform_data(platform,
homepage=p.homepage,
repository=p.repository_url,
url=p.vendor_url,
docs=p.docs_url,
license=p.license,
forDesktop=not p.is_embedded(),
frameworks=sorted(p.frameworks.keys() if p.frameworks else []),