diff --git a/setup.py b/setup.py index d82c04c..fe5626d 100644 --- a/setup.py +++ b/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",