-
I have a command-line Python application, which I would like to deploy as a shiv Python executable, and build using PEP518 and PEP517 conventions and a I looked for this in the Shiv documentation. I could not find anything relevant. For example, searching for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think the answer is: I don't. PEP 517 is only for tools which generate wheels and source distributions, and that is not what shiv does. See this StackOverflow answer for more on the subject: https://stackoverflow.com/questions/72597315/how-to-build-pex-or-shiv-package-from-pyproject-compliant-project |
Beta Was this translation helpful? Give feedback.
I think the answer is: I don't. PEP 517 is only for tools which generate wheels and source distributions, and that is not what shiv does. See this StackOverflow answer for more on the subject: https://stackoverflow.com/questions/72597315/how-to-build-pex-or-shiv-package-from-pyproject-compliant-project