[05:39:27] <famubu> Hi. I was trying PEP517 (or is PEP518) features out using setuptools without a setup.py and with a pyproject.toml and a setup.cfg. Earlier someone told me about pep517.build to build a simple package in this configuration and pep517.build seemed to be a proof-of-concept work. I just found out about `pip3 wheel .` and it seemed to work. Would the `pip3` method be a good way as well then? I mean, could it a
[05:39:33] <famubu> more standard way to package a simple project using setuptools?
[05:44:36] <famubu> Well not standard maybe (it may be controversial topic) but a more popular way.