view pyproject.toml @ 379:6d7659a709f2

FIX: treesum: str.translate() behaves differently in Python3: make it PY3-compatible
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 12 May 2025 12:12:44 +0200
parents 64078592444f
children
line wrap: on
line source

# Pure-Python-Build
[build-system]
requires = ["setuptools>=43.0", "wheel>=0.33"]
build-backend = "setuptools.build_meta"