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