Codebase list python-pyproj / fc6566d4-33f3-478c-ba1a-13fbf2d6e9ed/main pyproject.toml
fc6566d4-33f3-478c-ba1a-13fbf2d6e9ed/main

Tree @fc6566d4-33f3-478c-ba1a-13fbf2d6e9ed/main (Download .tar.gz)

pyproject.toml @fc6566d4-33f3-478c-ba1a-13fbf2d6e9ed/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']