view pyproject.toml @ 760:1514e7d2f691

FIX: add forgotten test configuration data file
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 Dec 2023 08:40:46 +0100
parents 06b6c14bcd61
children
line wrap: on
line source

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