Skip to content

Commit d7e42a0

Browse files
authored
Merge pull request #347 from nsoranzo/setup_fixes
Add wcwidth for setuptools>=18 and build universal wheels
2 parents b6935b7 + 382a526 commit d7e42a0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

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)