1[build-system] 2requires = ["setuptools>=40.8.0", "wheel", "cffi"] 3build-backend = "setuptools.build_meta" 4 5[tool.autopep8] 6max_line_length = 80 7 8[tool.cibuildwheel] 9build-verbosity = "1" 10test-requires = ["pytest"] 11test-command = "bash {project}/python/test-wheel.sh {project}" 12