@@ -1,5 +1,3 @@
 | 
				
			|||||||
#!/usr/bin/env python
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# VMware vSphere Python SDK
 | 
					# VMware vSphere Python SDK
 | 
				
			||||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
					# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,3 @@
 | 
				
			|||||||
#!/usr/bin/env python
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# VMware vSphere Python SDK
 | 
					# VMware vSphere Python SDK
 | 
				
			||||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
					# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,3 @@
 | 
				
			|||||||
#!/usr/bin/env python
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# VMware vSphere Python SDK
 | 
					# VMware vSphere Python SDK
 | 
				
			||||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
					# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							@@ -38,8 +38,6 @@ setup(
 | 
				
			|||||||
   packages=['pyVmomi', 'pyVim'],
 | 
					   packages=['pyVmomi', 'pyVim'],
 | 
				
			||||||
   install_requires=required,
 | 
					   install_requires=required,
 | 
				
			||||||
   license='License :: OSI Approved :: Apache Software License',
 | 
					   license='License :: OSI Approved :: Apache Software License',
 | 
				
			||||||
   data_files = [('', ['LICENSE.txt', 'NOTICE.txt', 'MANIFEST.in',
 | 
					 | 
				
			||||||
                       'setup.py', 'tox.ini', 'setup.cfg'])],
 | 
					 | 
				
			||||||
   classifiers=[
 | 
					   classifiers=[
 | 
				
			||||||
      'Development Status :: 5 - Production/Stable',
 | 
					      'Development Status :: 5 - Production/Stable',
 | 
				
			||||||
      'License :: OSI Approved :: Apache Software License',
 | 
					      'License :: OSI Approved :: Apache Software License',
 | 
				
			||||||
@@ -62,8 +60,8 @@ setup(
 | 
				
			|||||||
      'Operating System :: MacOS',
 | 
					      'Operating System :: MacOS',
 | 
				
			||||||
   ],
 | 
					   ],
 | 
				
			||||||
   keywords='pyvmomi vsphere vmware esx',
 | 
					   keywords='pyvmomi vsphere vmware esx',
 | 
				
			||||||
   platforms = ['Windows', 'Linux', 'Solaris', 'Mac OS-X', 'Unix'],
 | 
					   platforms=['Windows', 'Linux', 'Solaris', 'Mac OS-X', 'Unix'],
 | 
				
			||||||
   test_suite='tests',
 | 
					   test_suite='tests',
 | 
				
			||||||
   tests_require= required_for_tests,
 | 
					   tests_require=required_for_tests,
 | 
				
			||||||
   zip_safe=True
 | 
					   zip_safe=True
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user