From 03d49abff8b6cfd5fb6d51fc8b4b0b9675ab65f8 Mon Sep 17 00:00:00 2001 From: almasak <162407742+almasak@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:54:37 +0530 Subject: [PATCH] Liftr Informatica generated commands from stable swagger version 2024-05-08 --- src/Informatica/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Informatica/setup.py b/src/Informatica/setup.py index 65cdca2ffb0..20b7a601b4b 100644 --- a/src/Informatica/setup.py +++ b/src/Informatica/setup.py @@ -34,14 +34,14 @@ HISTORY = f.read() setup( - name='Informatica', + name='informatica', version=VERSION, description='Microsoft Azure Command-Line Tools Informatica Extension.', long_description=README + '\n\n' + HISTORY, license='MIT', author='Microsoft Corporation', author_email='azpycli@microsoft.com', - url='https://github.com/Azure/azure-cli-extensions/tree/main/src/Informatica', + url='https://github.com/Azure/azure-cli-extensions/tree/main/src/informatica', classifiers=CLASSIFIERS, packages=find_packages(exclude=["tests"]), package_data={'azext_informatica': ['azext_metadata.json']},