Skip to content

Commit eccc88e

Browse files
author
Codeslayer666
committed
Correct parameter name is download_url.
1 parent fb85f1a commit eccc88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
maintainer_email='mika.lackman@upcloud.com',
1212
url='https://github.com/UpCloudLtd/upcloud-python-api',
1313
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
14-
download='https://github.com/UpCloudLtd/upcloud-python-api/archive/0.4.5.tar.gz',
14+
download_url='https://github.com/UpCloudLtd/upcloud-python-api/archive/0.4.5.tar.gz',
1515
license='MIT',
1616
install_requires=[
1717
'requests>=2.6.0',

0 commit comments

Comments
 (0)