Codebase list python-pyproj / 4b665006-5bd6-4e18-943f-ab016433984c/main pyproject.toml
4b665006-5bd6-4e18-943f-ab016433984c/main

Tree @4b665006-5bd6-4e18-943f-ab016433984c/main (Download .tar.gz)

pyproject.toml @4b665006-5bd6-4e18-943f-ab016433984c/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']