casa6_install.casa6_install.whl_pack

casa6_install.casa6_install.whl_pack(directory, dest_dir, build_number)[source]

Repack a previously unpacked wheel directory into a new wheel file.

modified from https://github.com/pypa/wheel/blob/master/src/wheel/cli/pack.py with the output whl path returned

Repack a previously unpacked wheel directory into a new wheel file. The .dist-info/WHEEL file must contain one or more tags so that the target wheel file name can be determined. :param directory: The unpacked wheel directory :param dest_dir: Destination directory (defaults to the current directory)