Codebase list python-pyproj / 04294e00-7402-475f-8a18-fb7c0ae112ef/upstream pyproject.toml
04294e00-7402-475f-8a18-fb7c0ae112ef/upstream

Tree @04294e00-7402-475f-8a18-fb7c0ae112ef/upstream (Download .tar.gz)

pyproject.toml @04294e00-7402-475f-8a18-fb7c0ae112ef/upstreamraw · 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']