From 003d8ce281edbe0ad4f480d15fa0155a9cae6bb4 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 7 Jun 2018 16:19:18 +0200 Subject: Update contact information on setup.py Change-Id: Ie6a9bde91daf7871b298075ade26f3d2d998a832 Reviewed-by: Alexandru Croitor --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.1