annotate pyproject.toml @ 747:95d3239bec73

FIX: Root-Is-PureLib: false installs into "purelib" but should install into "platlib". Overwrite also the "install" command.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 30 Oct 2023 15:46:13 +0100
parents 06b6c14bcd61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
733
06b6c14bcd61 FIX: Pure-Python installation from source for older Python versions:
Franz Glasner <f.glasner@feldmann-mg.com>
parents: 690
diff changeset
1 # Pure-Python-Build
690
dec978cad4d1 Add a pyproject.toml for newer setuptools/pip
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 [build-system]
733
06b6c14bcd61 FIX: Pure-Python installation from source for older Python versions:
Franz Glasner <f.glasner@feldmann-mg.com>
parents: 690
diff changeset
3 requires = ["setuptools>=43.0", "wheel>=0.33"]
690
dec978cad4d1 Add a pyproject.toml for newer setuptools/pip
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 build-backend = "setuptools.build_meta"