Codebase list python-pyproj / de030a71-c049-40ae-b3a4-9e9fc08bff03/main pyproject.toml
de030a71-c049-40ae-b3a4-9e9fc08bff03/main

Tree @de030a71-c049-40ae-b3a4-9e9fc08bff03/main (Download .tar.gz)

pyproject.toml @de030a71-c049-40ae-b3a4-9e9fc08bff03/mainraw · history · blame

1
2
3
4
5
6
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel", "cython>=0.28.4"]

[tool.black]
target_version = ['py37']