Codebase list python-pyproj / ae91e28f-9fa1-4ac3-876a-551db6372abc/upstream pyproject.toml
ae91e28f-9fa1-4ac3-876a-551db6372abc/upstream

Tree @ae91e28f-9fa1-4ac3-876a-551db6372abc/upstream (Download .tar.gz)

pyproject.toml @ae91e28f-9fa1-4ac3-876a-551db6372abc/upstreamraw · 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']