aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-07-09 12:37:06 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2013-07-09 12:37:06 +0200
commitd31a4d06469f8eb217777ca0dd0ea62221dbedae (patch)
tree4c76238dfe7202ba5573061a234ced3150dac125 /setup.py
parent9c3d9eaf298e715aa7f0c7799b667e309768c6ce (diff)
Update download urls
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1450d5654..f517e56fc 100644
--- a/setup.py
+++ b/setup.py
@@ -929,7 +929,7 @@ setup(
author = 'PySide Team',
author_email = 'contact@pyside.org',
url = 'http://www.pyside.org',
- download_url = 'http://releases.qt-project.org/pyside',
+ download_url = 'http://download.qt-project.org/official_releases/pyside/',
license = 'LGPL',
packages = ['PySide', 'pysideuic'],
package_dir = {'': 'pyside_package'},