xref: /libCEED/pyproject.toml (revision 3446d1b5ce8d1a4e72ebab9baee4f1efd0361227)
1[build-system]
2# These are the assumed default build requirements from pip:
3# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
4requires = ["setuptools>=40.8.0", "wheel"]
5build-backend = "setuptools.build_meta"
6
7[tool.autopep8]
8max_line_length = 80
9