Fix Open Source License classification
Sets the license field to a real pypi descriptor. closes https://github.com/vmware/pyvmomi/issues/133
This commit is contained in:
2
setup.py
2
setup.py
@@ -35,7 +35,7 @@ setup(
|
||||
url='https://github.com/vmware/pyvmomi',
|
||||
packages=['pyVmomi', 'pyVim'],
|
||||
install_requires=required,
|
||||
license='Apache',
|
||||
license='License :: OSI Approved :: Apache Software License',
|
||||
long_description=read('README.md'),
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
|
||||
Reference in New Issue
Block a user