Add license to SDK

This commit is contained in:
Bryce Lampe
2024-03-28 10:52:17 -07:00
parent b6c5d4d511
commit 6efd4b045b
5 changed files with 19 additions and 17 deletions

View File

@@ -6,8 +6,10 @@
readme = "README.md"
requires-python = ">=3.8"
version = "0.0.0"
[project.license]
text = "Apache-2.0"
[project.urls]
Homepage = "pulumi.com"
Homepage = "https://pulumi.io"
Repository = "https://github.com/pulumi/pulumi-dockerbuild"
[build-system]