Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 389 Bytes

change_wheel_version

A script to change the version of a package inside a pre-existing wheel.

This is useful for e.g. adding a local version to a custom built wheel, without having to jury rig its build process:

pipx run change_wheel_version some.whl --local-version special.build.info

Note that this only affects the packaging metadata, not any version numbers in code.