Build Packages¶
Overview¶
In Python, when you publish a package into the version control system. There are some packages support this process more easier to control.
Supporter Components¶
Lit¶
Package | Versions | Description |
---|---|---|
wheel | >=0.37.0,<=0.38.4 | implementation of the Python wheel packaging standard |
Usage¶
Add the required components to dependencies tools.
E.g: Add in the requirement.txt
file.
Package¶
The packges implement
File Format File name convention The wheel filename is {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl.