Codebase list python-pyproj / 5940255a-7440-4155-a052-d6edf54016f5/upstream pyproject.toml
5940255a-7440-4155-a052-d6edf54016f5/upstream

Tree @5940255a-7440-4155-a052-d6edf54016f5/upstream (Download .tar.gz)

pyproject.toml @5940255a-7440-4155-a052-d6edf54016f5/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']