Codebase list python-pyproj / fresh-snapshots/upstream pyproject.toml
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

pyproject.toml @fresh-snapshots/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']