1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-23 18:10:00 -05:00

Rename the package in setup.py to follow PEP8 conventions (#380)

Signed-off-by: shweta purohit <spurohit@vmware.com>
This commit is contained in:
Shweta 2023-05-09 15:35:23 +05:30 committed by GitHub
parent 8ec072f743
commit 07df9a3325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',