Skip to content

Commit 0fed289

Browse files
committed
setup.py: Adjust authors and fix license
Adjust the setup.py with 'oVirt Developers' as authors and use the new license argument. Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
1 parent 9564594 commit 0fed289

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

setup.py.in

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,15 @@ setuptools.setup(
3636
name='ovirt-engine-sdk-python',
3737
version='@RPM_VERSION@',
3838
description='Python SDK for oVirt Engine API',
39-
author='Michael Pasternak, Juan Hernandez, Ondra Machacek, Ori Liel, Martin Necas',
40-
author_email=(
41-
'mishka8520@yahoo.com, '
42-
'juan.hernandez@redhat.com, '
43-
'omachace@redhat.com, '
44-
'oliel@redhat.com, '
45-
'mnecas@redhat.com'
46-
),
47-
license='ASL2',
39+
author='oVirt Developers',
40+
author_email='devel@ovirt.org',
41+
license='Apache-2.0',
4842
classifiers=[
4943
'Development Status :: 5 - Production/Stable',
5044
'Environment :: Console',
5145
'Intended Audience :: Developers',
5246
'Intended Audience :: System Administrators',
53-
'License :: OSI Approved :: Apache Software License',
5447
'Operating System :: OS Independent',
55-
'Programming Language :: Python :: 2.7',
5648
'Programming Language :: Python :: 3',
5749
],
5850
package_dir={'': 'lib'},

0 commit comments

Comments
 (0)