Codebase list python-pyproj / debian/3.2.1_rc0-1_exp1 pyproject.toml
debian/3.2.1_rc0-1_exp1

Tree @debian/3.2.1_rc0-1_exp1 (Download .tar.gz)

pyproject.toml @debian/3.2.1_rc0-1_exp1raw · 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']