Skip to content

Commit 28a4977

Browse files
committed
Add wcwidth for setuptools>=18
Missed in commit 2f4198e . Fix #346 .
1 parent b6935b7 commit 28a4977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
EXTRAS_REQUIRE = {
7070
# Windows also requires pyreadline to ensure tab completion works
7171
":sys_platform=='win32'": ['pyreadline'],
72+
":sys_platform!='win32'": ['wcwidth'],
7273
# Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout
7374
":python_version<'3.5'": ['contextlib2'],
7475
# Python 3.3 and earlier require enum34 backport of enum module from Python 3.4

0 commit comments

Comments
 (0)