Add environment code satisfying unit test

This commit is contained in:
Joe Rickerby
2017-09-01 13:24:12 +01:00
parent fd385a9bf8
commit 5ae4da631f
4 changed files with 131 additions and 7 deletions
+1
View File
@@ -9,6 +9,7 @@ except ImportError:
setup(
name='cibuildwheel',
version='0.4.0',
install_requires=['bashlex'],
description="Build Python wheels on CI with minimal configuration.",
long_description='For readme please see http://github.com/joerick/cibuildwheel',
author="Joe Rickerby",