xref: /libCEED/pyproject.toml (revision dd8ab4d9aed6d8670d11495d68e790fb4ea5ad64)
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