aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2012-09-14 13:46:36 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2012-09-14 13:46:36 +0200
commit554c78a2d7e4f6d6444ea45ca40fe73882c0d242 (patch)
tree18cc1e1ae53f4ff48de1375f0ebb18ff8c4b2cdd /setup.py
parentefc041c05f24bf5e585264a4432cf11f6d701ddd (diff)
Remove version info from download url
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 ce4fdc847..9047398d1 100644
--- a/setup.py
+++ b/setup.py
@@ -682,7 +682,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__,
+ download_url = 'http://releases.qt-project.org/pyside',
license = 'LGPL',
packages = ['PySide', 'pysideuic'],
include_package_data = True,