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
33description = UpCloud API Client
44long_description = file: README.md
55long_description_content_type = text/markdown
6- opriginal_author = Elias Nygren
6+ original_author = Elias Nygren
77maintainer = UpCloud
88maintainer_email = hello@upcloud.com
99url = https://github.com/UpCloudLtd/upcloud-python-api
Original file line number Diff line number Diff line change 22Python Interface to UpCloud's API.
33"""
44
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'
88__maintainer__ = 'UpCloud'
99__maintainer_email__ = 'hello@upcloud.com'
1010__license__ = 'MIT'
11- __copyright__ = 'Copyright (c) 2015 UpCloud'
11+ __copyright__ = 'Copyright (c) 2015- UpCloud'
1212
1313from upcloud_api .cloud_manager import CloudManager
1414from upcloud_api .errors import UpCloudAPIError , UpCloudClientError
You can’t perform that action at this time.
0 commit comments