Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Licensed under the terms of the MIT License
Python2 >= 2.7 or Python3 >= 3.3
PyQt4 >= 4.6 or PySide >= 1.2 (PyQt4 is recommended)
pip >= 1.5.4 and setuptools >= 3.4.4
guidata >= 1.6.1

Requirements

Expand Down
3 changes: 1 addition & 2 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
import shutil
import sys

from guidata import disthelpers as dh

# Local imports
from winpython import disthelpers as dh
from winpython import wppm, utils
import diff

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_subpackages(name):
package_data={LIBNAME:
get_package_data(LIBNAME, ('.mo', '.svg', '.png', '.css',
'.html', '.js', '.ini')), },
requires=["PyQt4 (>=4.5)", "guidata (>=1.6.1)"],
requires=["PyQt4 (>=4.5)"],
scripts=[osp.join('scripts', fname) for fname in
('register_python', 'register_python.bat',
'wpcp', 'wpcp.bat', 'wppm', 'wppm.bat', '2to3.bat')],
Expand Down
Loading