Skip to content

Commit

Permalink
Rename the package in setup.py to follow PEP8 conventions (vmware#380)
Browse files Browse the repository at this point in the history
Signed-off-by: shweta purohit <[email protected]>
  • Loading branch information
shwetapurohit authored May 9, 2023
1 parent 8ec072f commit 07df9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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',
Expand Down

0 comments on commit 07df9a3

Please sign in to comment.