From 07df9a332508b2a5e6f3c31b401b5450289ce8bf Mon Sep 17 00:00:00 2001 From: Shweta <35248802+shwetapurohit@users.noreply.github.com> Date: Tue, 9 May 2023 15:35:23 +0530 Subject: [PATCH] Rename the package in setup.py to follow PEP8 conventions (#380) Signed-off-by: shweta purohit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79d4f816..bdd082af 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os from setuptools import setup -setup(name='vSphere Automation SDK', +setup(name='vsphere-automation-sdk', version='1.82.0', description='VMware vSphere Automation SDK for Python', url='https://github.com/vmware/vsphere-automation-sdk-python',