added license
This commit is contained in:
parent
070ee124db
commit
e8b4b9db3a
3
main.py
3
main.py
@ -14,7 +14,8 @@ def package(package_name, template):
|
|||||||
name=info["info"]["name"],
|
name=info["info"]["name"],
|
||||||
summary=info["info"]["summary"],
|
summary=info["info"]["summary"],
|
||||||
home_page=info["info"]["home_page"],
|
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__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user