Codebase list python-pyproj / f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream pyproject.toml
f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream

Tree @f2f143a3-e280-46ec-a2dc-419c7e4c2d45/upstream (Download .tar.gz)

pyproject.toml @f2f143a3-e280-46ec-a2dc-419c7e4c2d45/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 = ['py38']