getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Request: make PEP517 compatibile builds as default #50

Open algent-al opened 10 months ago

algent-al commented 10 months ago

PEP517 compatible project are becoming more common. I think it is time make python3 -m build --wheel --no-isolation as default, instead of python3 setup.py build.