Skip to content

Commit

Permalink
Accept pyproject.toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Sep 11, 2023
1 parent c7bc5a3 commit dd8a0ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@
[project.urls]
Homepage = "https://pulumi.com"
Repository = "https://github.com/pulumi/pulumi-kubernetes"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool]
[tool.setuptools]
[tool.setuptools.package-data]
pulumi_kubernetes = ["py.typed", "pulumi-plugin.json"]

0 comments on commit dd8a0ff

Please sign in to comment.