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:
parent
8ec072f743
commit
07df9a3325
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import os
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name='vSphere Automation SDK',
|
setup(name='vsphere-automation-sdk',
|
||||||
version='1.82.0',
|
version='1.82.0',
|
||||||
description='VMware vSphere Automation SDK for Python',
|
description='VMware vSphere Automation SDK for Python',
|
||||||
url='https://github.com/vmware/vsphere-automation-sdk-python',
|
url='https://github.com/vmware/vsphere-automation-sdk-python',
|
||||||
|
Loading…
Reference in New Issue
Block a user