Codebase list python-pyproj / 0ba24a68-ecd1-4fc1-98c9-be2d9bc12ab5/main pyproject.toml
0ba24a68-ecd1-4fc1-98c9-be2d9bc12ab5/main

Tree @0ba24a68-ecd1-4fc1-98c9-be2d9bc12ab5/main (Download .tar.gz)

pyproject.toml @0ba24a68-ecd1-4fc1-98c9-be2d9bc12ab5/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']