Skip to content

Commit e7bd33d

Browse files
committed
Add PySide2 to docs
1 parent e9bcc32 commit e7bd33d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
:target: https://pypi.python.org/pypi/QtPy/
2424
:alt: Number of PyPI downloads
2525
26-
QtPy: Abstraction layer for PyQt5/PyQt4/PySide
27-
=============================================
26+
QtPy: Abstraction layer for PyQt5/PyQt4/PySide2/PySide
27+
======================================================
2828
2929
**QtPy** (pronounced *'cutie pie'*) is a small abstraction layer that lets you
3030
write applications using a single api call to either PyQt or PySide.
3131
32-
It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
33-
the QtGui module has been split into QtGui and QtWidgets).
32+
It provides support for PyQt5, PyQt4, PySide2 and PySide using the PyQt5
33+
layout (where the QtGui module has been split into QtGui and QtWidgets).
3434
3535
Basically, you write your code as if you were using PyQt5 but import qt from
3636
``qtpy`` instead of ``PyQt5``.
@@ -59,16 +59,16 @@
5959
name='QtPy',
6060
version=version_ns['__version__'],
6161
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
62-
keywords=["qt PyQt4 PyQt5 PySide"],
62+
keywords=["qt PyQt4 PyQt5 PySide PySide2"],
6363
url='https://github.com/spyder-ide/qtpy',
6464
license='MIT',
6565
author='Colin Duquesnoy, The Spyder Development Team',
6666
author_email='[email protected]',
6767
maintainer='Gonzalo Peña-Castellanos',
6868
maintainer_email='[email protected]',
6969
description='Provides an abstraction layer on top of the various Qt '
70-
'bindings (PyQt5, PyQt4 and PySide) and additional custom '
71-
'QWidgets.',
70+
'bindings (PyQt5, PyQt4, PySide2 and PySide) and additional '
71+
'custom QWidgets.',
7272
long_description=LONG_DESCRIPTION,
7373
classifiers=[
7474
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)