8000 life without PyQt · winpython/winpython@71322ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 71322ab

Browse files
author
stonebig
committed
life without PyQt
1 parent 3bdf3e6 commit 71322ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ def get_subpackages(name):
6262
author_email='pierre.raybaut@gmail.com',
6363
url=__project_url__,
6464
license='MIT',
65-
keywords='PyQt4 PySide',
65+
keywords='PyQt5 PyQt4 PySide',
6666
platforms=['any'],
6767
packages=get_subpackages(LIBNAME),
6868
package_data={LIBNAME:
6969
get_package_data(LIBNAME, ('.mo', '.svg', '.png', '.css',
7070
'.html', '.js', '.ini')), },
71-
requires=["PyQt4 (>=4.5)"],
71+
# requires=["PyQt4 (>=4.5)"],
7272
scripts=[osp.join('scripts', fname) for fname in
7373
('register_python', 'register_python.bat',
7474
'wpcp', 'wpcp.bat', 'wppm', 'wppm.bat', '2to3.bat')],

0 commit comments

Comments
 (0)
0