Skip to content

Updated version_helper to build as part of setup.py commands

This MR restructures the way that the pesummary/.version file is generated, which would now happen as part of the build_py (called by build, called by install) or sdist commands to python setup.py. I also updated the manifest to make sure that the build file is included in the tarball, meaning when building from that we can just use the bundled file.

Merge request reports