aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index ca26084d6..813d7c013 100644
--- a/setup.py
+++ b/setup.py
@@ -267,10 +267,10 @@ setup(
'Topic :: Software Development :: Widget Sets',
],
keywords = 'Qt',
- author = 'PySide2 Team',
- author_email = 'contact@pyside.org',
- url = 'http://www.pyside.org',
- download_url = 'https://download.qt-project.org/official_releases/pyside2/',
+ author = 'Qt for Python Team',
+ author_email = 'pyside@qt-project.org',
+ url = 'https://www.pyside.org',
+ download_url = 'https://download.qt.io/official_releases/QtForPython/',
license = 'LGPL',
packages = ['PySide2', 'pyside2uic',
'pyside2uic.Compiler',