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