view pyproject.toml @ 733:06b6c14bcd61

FIX: Pure-Python installation from source for older Python versions: we need not the latest and greatest of setuptools and wheel.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 26 Oct 2023 17:14:12 +0200
parents dec978cad4d1
children
line wrap: on
line source

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