Skip to content

hauntsaninja/change_wheel_version

Repository files navigation

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.

About

Tool to change a wheel's version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages