Skip to content

Commit 330ad18

Browse files
committed
Update setup.py (version number and author info)
1 parent 81d66bc commit 330ad18

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: UTF-8 -*-
2-
__version__ = '3.0.0-a1'
2+
__version__ = '4.10.0-a1'
33

44
import os
55

@@ -16,7 +16,7 @@
1616

1717
setup(name = 'oca',
1818
version=__version__,
19-
description='Bindings for XMLRPC OpenNebula Cloud API',
19+
description='Python Bindings for XMLRPC OpenNebula Cloud API',
2020
long_description=README + '\n\n' + CHANGES,
2121
test_suite = 'nose.collector',
2222
classifiers=[
@@ -26,9 +26,8 @@
2626
'Operating System :: OS Independent',
2727
],
2828
keywords='opennebula cloud xmlrpc',
29-
author=u'Łukasz Oleś',
30-
author_email='[email protected]',
31-
url='https://github.com/lukaszo/python-oca',
29+
author=u'Łukasz Oleś, Matthias Schmitz, Michael Schmidt',
30+
url='https://github.com/python-oca/python-oca',
3231
license='Apache License 2.0',
3332
packages=['oca'],
3433
)

0 commit comments

Comments
 (0)