initial commit
This commit is contained in:
22
sdk/python/pyproject.toml
generated
Normal file
22
sdk/python/pyproject.toml
generated
Normal file
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "pulumi_xyz"
|
||||
description = "A Pulumi package for creating and managing xyz cloud resources."
|
||||
dependencies = ["parver>=0.2.1", "pulumi>=3.142.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
|
||||
keywords = ["xyz", "category/cloud"]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
version = "1.0.0a0+dev"
|
||||
[project.license]
|
||||
text = "Apache-2.0"
|
||||
[project.urls]
|
||||
Homepage = "https://www.pulumi.com"
|
||||
Repository = "https://github.com/pulumi/pulumi-xyz"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool]
|
||||
[tool.setuptools]
|
||||
[tool.setuptools.package-data]
|
||||
pulumi_xyz = ["py.typed", "pulumi-plugin.json"]
|
||||
Reference in New Issue
Block a user