We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6935b7 + 382a526 commit d7e42a0Copy full SHA for d7e42a0
setup.cfg
@@ -0,0 +1,2 @@
1
+[bdist_wheel]
2
+universal = 1
setup.py
@@ -69,6 +69,7 @@
69
EXTRAS_REQUIRE = {
70
# Windows also requires pyreadline to ensure tab completion works
71
":sys_platform=='win32'": ['pyreadline'],
72
+ ":sys_platform!='win32'": ['wcwidth'],
73
# Python 3.4 and earlier require contextlib2 for temporarily redirecting stderr and stdout
74
":python_version<'3.5'": ['contextlib2'],
75
# Python 3.3 and earlier require enum34 backport of enum module from Python 3.4
0 commit comments