Adding PEP 518 test

This commit is contained in:
Henry Schreiner
2020-06-14 09:57:58 -04:00
parent fd9e3202a0
commit 0597088f64
3 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ with io.open(os.path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='cibuildwheel',
version='1.4.2',
install_requires=['bashlex!=0.13'],
install_requires=['bashlex!=0.13', 'toml'],
description="Build Python wheels on CI with minimal configuration.",
long_description=long_description,
long_description_content_type='text/markdown',