blob: 667f29e23ff21cd7593f65735185e0667bb6cfa3 [file] [log] [blame]
Alex Gaynor2af3d4c2018-07-23 13:10:13 -04001[build-system]
Alex Gaynor2af3d4c2018-07-23 13:10:13 -04002requires = [
Lucia Lic6ba99d2021-11-08 22:06:11 +08003 # The minimum setuptools version is specific to the PEP 517 backend,
4 # and may be stricter than the version required in `setup.py`
5 "setuptools>=40.6.0",
Alex Gaynor2af3d4c2018-07-23 13:10:13 -04006 "wheel",
Lucia Lic6ba99d2021-11-08 22:06:11 +08007 # Must be kept in sync with the `setup_requirements` in `setup.py`
8 "cffi>=1.12; platform_python_implementation != 'PyPy'",
Alex Gaynor2af3d4c2018-07-23 13:10:13 -04009]
Lucia Lic6ba99d2021-11-08 22:06:11 +080010build-backend = "setuptools.build_meta"
11
12[tool.black]
13line-length = 79
14target-version = ["py27"]