mirror of https://github.com/pulumi/pulumi.git
19 lines
463 B
TOML
19 lines
463 B
TOML
[project]
|
|
name = "pulumi_test_package"
|
|
description = "A mock Pulumi package for testing dependency installation and plugin disocvery"
|
|
dependencies = []
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
version = "1.0.0a0+dev"
|
|
[project.license]
|
|
text = "Apache-2.0"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool]
|
|
[tool.setuptools]
|
|
[tool.setuptools.package-data]
|
|
pulumi_test_package = ["py.typed", "pulumi-plugin.json"]
|