aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2012-06-07 11:04:16 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2012-06-07 11:04:16 +0200
commit07f860807105c90db42d25092b99af2a07ca091e (patch)
tree7b0f421095c2b522dd25c9d90244c9faced42601 /setup.py
parent0fc11e408abb373846ddb3dc45e04101e22e8a4e (diff)
add download_url to setup
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a7c3aed81..bb4e4fd0e 100644
--- a/setup.py
+++ b/setup.py
@@ -640,6 +640,7 @@ setup(
author = 'PySide Team',
author_email = 'contact@pyside.org',
url = 'http://www.pyside.org',
+ download_url = 'http://releases.qt-project.org/pyside/%s' % __version__,
license = 'LGPL',
packages = ['PySide', 'pysideuic'],
include_package_data = True,