Revision 0d1f72d08d0c8ff5fd24bb964dccfe9a30220f00 authored by Vesa Siivola on 26 January 2023, 07:25:55 UTC, committed by GitHub on 26 January 2023, 07:25:55 UTC
2 parent s 6de53cf + 25b0296
Raw File
pyproject.toml
[build-system]
requires = [
  "setuptools",
  "setuptools_scm<7.0.0",  # For python3.6 support
  "wheel"
]
build-backend = "setuptools.build_meta"
back to top