Codebase list python-pyproj / 24083413-bd6e-4307-8c2c-2b148b1520af/main pyproject.toml
24083413-bd6e-4307-8c2c-2b148b1520af/main

Tree @24083413-bd6e-4307-8c2c-2b148b1520af/main (Download .tar.gz)

pyproject.toml @24083413-bd6e-4307-8c2c-2b148b1520af/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']