diff --git a/main.py b/main.py index 9c27cf0..68d2c58 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,8 @@ def package(package_name, template): name=info["info"]["name"], summary=info["info"]["summary"], home_page=info["info"]["home_page"], - sha256=info["releases"][info["info"]["version"]][0]["digests"]["sha256"])) + sha256=info["releases"][info["info"]["version"]][0]["digests"]["sha256"], + license=info["info"]["license"])) if __name__ == "__main__": diff --git a/test.html b/test.html index 33a3539..80b81c3 100644 --- a/test.html +++ b/test.html @@ -10,5 +10,6 @@ {{ summary }} {{ home_page }} {{ sha256 }} +{{ license }} \ No newline at end of file