[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do you create entry-points for Python applications?



Dear Scott,

thanks for the reply.

Am 19.12.2022 06:25 schrieb Scott Kitterman:
Pybuild using the pyproject plugin will build a wheel and
then install the necessary files in the package using the installer
module.  The entry point scripts are in the wheel, just like an
upstream built wheel.

Do I get that correct?
The entry scripts (their content and their location) is the same installing a package via pip and apt?

In that case I'm right trying to make the "pip install" process as correct as possible to save resources for the distro maintainers.

Your best bet is to find a package in the archive that's similar and
see how it was done.

That is why I'm asking here. ;)


Reply to: