pep517

How to force a platform wheel using build and pyproject.toml?

How to force a platform wheel using build and pyproject.toml? Question: I am trying to force a Python3 non-universal wheel I’m building to be a platform wheel, despite not having any native build steps that happen during the distribution-packaging process. The wheel will include an OS-specific shared library, but that library is built and copied …

Total answers: 1

A build-system independent way to get the version from a package source directory

A build-system independent way to get the version from a package source directory Question: There are many different ways that Python packages manage their version data. Is there a build-system independent way to extract the version from a package source directory? I’m aware of the PEP 517 compatible Python package builder build which does this …

Total answers: 1