aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-06-07 16:19:18 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2018-06-08 10:02:27 +0000
commit003d8ce281edbe0ad4f480d15fa0155a9cae6bb4 (patch)
tree212762bc4d5e464be978515fb2aa4198525dc2dc
parenta861552bdaddd384749aca3359b9f9da61735a29 (diff)
Update contact information on setup.py
Change-Id: Ie6a9bde91daf7871b298075ade26f3d2d998a832 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-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',