Codebase list python-pyproj / 0e0cc045-36bb-4eda-b3a9-6f6268fecb79/main pyproject.toml
0e0cc045-36bb-4eda-b3a9-6f6268fecb79/main

Tree @0e0cc045-36bb-4eda-b3a9-6f6268fecb79/main (Download .tar.gz)

pyproject.toml @0e0cc045-36bb-4eda-b3a9-6f6268fecb79/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']