Codebase list python-pyproj / d1831a87-24cf-4e25-bda6-426e22ca60b9/main pyproject.toml
d1831a87-24cf-4e25-bda6-426e22ca60b9/main

Tree @d1831a87-24cf-4e25-bda6-426e22ca60b9/main (Download .tar.gz)

pyproject.toml @d1831a87-24cf-4e25-bda6-426e22ca60b9/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']