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:
Shawn Hartsock
2014-08-25 14:10:01 -04:00
parent 6e70cf2c92
commit dd490489d8

View File

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