-h,--help
Display a help message.
-V,--version
Display the SIP version number.
--console-scriptENTRY-POINT
The console entry point ENTRY-POINT is added to the wheel. It is ignored if the --wheel-tag
option is not specified. This option may be specified multiple times.
--generatorNAME
If the --wheel-tag option is specified then NAME is written as part of the Generator in the WHEEL
file in the .dist-info directory. Otherwise NAME is written to the INSTALLER file. By default
sipbuild is written.
--generator-versionVERSIONVERSION is written as part of the Generator in the WHEEL file in the .dist-info directory. By
default the SIP version number is written.
--gui-scriptENTRY-POINT
The GUI entry point ENTRY-POINT is added to the wheel. It is ignored if the --wheel-tag option is
not specified. This option may be specified multiple times.
--inventoryFILEFILE contains a list of the relative names of the files, one per line, that comprise the
installation or wheel contents. This option must be specified.
--metadataNAME[=VALUE]VALUE is used instead of any value specified for NAME in the [tool.sip.metadata] section of the
pyproject.toml file.
--prefixDIR
This option is provided as an aid to Linux package builders. DIR is used to pass the commonly
used values of DESTDIR or INSTALL_ROOT. If specified it should have a trailing native path
separator.
--project-rootDIR
The name of the directory containing the project's pyproject.toml file is DIR. This option must
be specified.
--requires-distEXPREXPR is added to the list of prerequisites written to the METADATA file in the .dist-info
directory. It is normally used to specify a particular version of a package project's sip module.
This option may be specified multiple times.
--wheel-tagTAGTAG is written as the Tag in the WHEEL file in the .dist-info directory.
sip-distinfo(1)