On Fri, Feb 18, 2022 at 8:46 AM Vishesh Mangla <manglavishes...@gmail.com> wrote:
> Ok, then I mean that if this process could be added to the standard. > Package install means that individually users will have to know this thing > and they may or may not be able to find this package. I don't know what > words to google for to find a package that serves the objective. > pyproject.toml is a great way to do it. it is directly supported by pip. check out PEP 631 <https://www.python.org/dev/peps/pep-0631/>. the users don't need to know about anything else, they just pip install the package or app like normal. --- Ricky. "I've never met a Kentucky man who wasn't either thinking about going home or actually going home." - Happy Chandler
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/GUGIEYB73KMLAY3XGQKJ7DC2GF2SHJVO/ Code of Conduct: http://python.org/psf/codeofconduct/