137c134eaSJed Brown[build-system] 2dd8ab4d9SJed Brownrequires = ["setuptools>=40.8.0", "wheel", "cffi"] 337c134eaSJed Brownbuild-backend = "setuptools.build_meta" 47a7b0fa3SJed Brown 57a7b0fa3SJed Brown[tool.autopep8] 67a7b0fa3SJed Brownmax_line_length = 80 7dd8ab4d9SJed Brown 8dd8ab4d9SJed Brown[tool.cibuildwheel] 9dd8ab4d9SJed Brownbuild-verbosity = "1" 10dd8ab4d9SJed Browntest-requires = ["pytest"] 11dd8ab4d9SJed Browntest-command = "bash {project}/python/test-wheel.sh {project}" 12*409677aeSJed Brownskip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*" 13*409677aeSJed Brown 14*409677aeSJed Brown[tool.cibuildwheel.linux] 15*409677aeSJed Brownmanylinux-x86_64-image = "manylinux2014" 16*409677aeSJed Brownmanylinux-aarch64-image = "manylinux2014" 17