Codebase list python-pyproj / 5269b2c1-a566-4683-ae39-f833ca038eaf/main pyproject.toml
5269b2c1-a566-4683-ae39-f833ca038eaf/main

Tree @5269b2c1-a566-4683-ae39-f833ca038eaf/main (Download .tar.gz)

pyproject.toml @5269b2c1-a566-4683-ae39-f833ca038eaf/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']