Codebase list python-pyproj / 5ca86099-c8f2-466a-a4a5-80c06bae3a8f/main pyproject.toml
5ca86099-c8f2-466a-a4a5-80c06bae3a8f/main

Tree @5ca86099-c8f2-466a-a4a5-80c06bae3a8f/main (Download .tar.gz)

pyproject.toml @5ca86099-c8f2-466a-a4a5-80c06bae3a8f/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']