From dd490489d865ea07443b2cbc910ee17fdfbdcc71 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Mon, 25 Aug 2014 14:10:01 -0400 Subject: [PATCH] Fix Open Source License classification Sets the license field to a real pypi descriptor. closes https://github.com/vmware/pyvmomi/issues/133 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",