Codebase list python-pyproj / 3f2a90c5-2908-4fb6-9d52-cd5c165c74ff/main pyproject.toml
3f2a90c5-2908-4fb6-9d52-cd5c165c74ff/main

Tree @3f2a90c5-2908-4fb6-9d52-cd5c165c74ff/main (Download .tar.gz)

pyproject.toml @3f2a90c5-2908-4fb6-9d52-cd5c165c74ff/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 = ['py36']