comparison 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
comparison
equal deleted inserted replaced
732:88bfa76463a6 733:06b6c14bcd61
1 # Pure-Python-Build
1 [build-system] 2 [build-system]
2 requires = ["setuptools>=67.0", "wheel>=0.38"] 3 requires = ["setuptools>=43.0", "wheel>=0.33"]
3 build-backend = "setuptools.build_meta" 4 build-backend = "setuptools.build_meta"