fix `python2 setup.py build` problem when setup.cfg ends with CRLF
[liba.git] / pyproject.toml
blob4548052aa01c4d84f29981c2531bf8c903d64aae
1 [build-system]
2 requires = ["setuptools", "wheel", "Cython"]
4 [tool.black]
5 line-length = 100