Codebase list python-pyproj / 7f400b08-8712-4dd6-b8a2-daff81fae85a/main pyproject.toml
7f400b08-8712-4dd6-b8a2-daff81fae85a/main

Tree @7f400b08-8712-4dd6-b8a2-daff81fae85a/main (Download .tar.gz)

pyproject.toml @7f400b08-8712-4dd6-b8a2-daff81fae85a/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']