@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# VMware vSphere Python SDK
|
||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# VMware vSphere Python SDK
|
||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# VMware vSphere Python SDK
|
||||
# Copyright (c) 2008-2014 VMware, Inc. All Rights Reserved.
|
||||
#
|
||||
|
||||
2
setup.py
2
setup.py
@@ -38,8 +38,6 @@ setup(
|
||||
packages=['pyVmomi', 'pyVim'],
|
||||
install_requires=required,
|
||||
license='License :: OSI Approved :: Apache Software License',
|
||||
data_files = [('', ['LICENSE.txt', 'NOTICE.txt', 'MANIFEST.in',
|
||||
'setup.py', 'tox.ini', 'setup.cfg'])],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
|
||||
Reference in New Issue
Block a user