From d22fb8c178c8d34a48938e348e66fd4851bc12ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Thu, 27 Jun 2024 07:59:08 +0200 Subject: [PATCH] Rename Python example folder --- examples/{autotag-py => python}/Pulumi.yaml | 0 examples/{autotag-py => python}/README.md | 0 examples/{autotag-py => python}/__main__.py | 0 examples/{autotag-py => python}/requirements.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/{autotag-py => python}/Pulumi.yaml (100%) rename examples/{autotag-py => python}/README.md (100%) rename examples/{autotag-py => python}/__main__.py (100%) rename examples/{autotag-py => python}/requirements.txt (100%) diff --git a/examples/autotag-py/Pulumi.yaml b/examples/python/Pulumi.yaml similarity index 100% rename from examples/autotag-py/Pulumi.yaml rename to examples/python/Pulumi.yaml diff --git a/examples/autotag-py/README.md b/examples/python/README.md similarity index 100% rename from examples/autotag-py/README.md rename to examples/python/README.md diff --git a/examples/autotag-py/__main__.py b/examples/python/__main__.py similarity index 100% rename from examples/autotag-py/__main__.py rename to examples/python/__main__.py diff --git a/examples/autotag-py/requirements.txt b/examples/python/requirements.txt similarity index 100% rename from examples/autotag-py/requirements.txt rename to examples/python/requirements.txt