diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2018-06-08 13:08:55 +0200 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2018-06-08 13:08:55 +0200 |
| commit | 12756772e3971f9b832435b1221aef4e32d6970a (patch) | |
| tree | 4c7110f9d3f470d3f7970a4efd22a99c4878bf60 /setup.py | |
| parent | f2ebeb1546702f26bde8c296794852871d3aa25a (diff) | |
| parent | ff8b698d3547b39ba20c97a4c68881a4a789b211 (diff) | |
Merge branch '5.9' into 5.11
Change-Id: I7e55b4f27f77e2333b9e0f4cddc8de4b89b6043b
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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', |
