Fixing issue #127 by avoiding bashlex 0.13 in 'install_requires'

This commit is contained in:
Yannick Jadoul
2019-03-10 14:57:43 +01:00
parent a6ff864010
commit 637a251b79
+1 -1
View File
@@ -9,7 +9,7 @@ except ImportError:
setup( setup(
name='cibuildwheel', name='cibuildwheel',
version='0.10.1', version='0.10.1',
install_requires=['bashlex'], install_requires=['bashlex!=0.13'],
description="Build Python wheels on CI with minimal configuration.", description="Build Python wheels on CI with minimal configuration.",
long_description='For readme please see http://github.com/joerick/cibuildwheel', long_description='For readme please see http://github.com/joerick/cibuildwheel',
author="Joe Rickerby", author="Joe Rickerby",