added package name to output

This commit is contained in:
Matthew Welch 2020-04-02 19:53:52 -07:00
parent 7469fa3dcf
commit 070ee124db
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def package(package_name, template):
print(test_template.render(
version=info["info"]["version"],
name=info["info"]["name"],
summary=info["info"]["summary"],
home_page=info["info"]["home_page"],
sha256=info["releases"][info["info"]["version"]][0]["digests"]["sha256"]))

View File

@ -6,6 +6,7 @@
</head>
<body>
{{ version }}
{{ name }}
{{ summary }}
{{ home_page }}
{{ sha256 }}