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']},