File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = upcloud_api
3
3
description = UpCloud API Client
4
4
long_description = file: README.md
5
5
long_description_content_type = text/markdown
6
- opriginal_author = Elias Nygren
6
+ original_author = Elias Nygren
7
7
maintainer = UpCloud
8
8
maintainer_email =
[email protected]
9
9
url = https://github.com/UpCloudLtd/upcloud-python-api
Original file line number Diff line number Diff line change 2
2
Python Interface to UpCloud's API.
3
3
"""
4
4
5
- __version__ = '1 .0.1 '
6
- __author__ = 'Elias Nygren '
7
- __author_email__ = 'elias.nygren @upcloud.com'
5
+ __version__ = '2 .0.0 '
6
+ __author__ = 'Developers from UpCloud & elsewhere '
7
+ __author_email__ = 'hello @upcloud.com'
8
8
__maintainer__ = 'UpCloud'
9
9
__maintainer_email__ = '[email protected] '
10
10
__license__ = 'MIT'
11
- __copyright__ = 'Copyright (c) 2015 UpCloud'
11
+ __copyright__ = 'Copyright (c) 2015- UpCloud'
12
12
13
13
from upcloud_api .cloud_manager import CloudManager
14
14
from upcloud_api .errors import UpCloudAPIError , UpCloudClientError
You can’t perform that action at this time.
0 commit comments