You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently you can just use pyproject format if no build-system is present, but either setup.cfg or setup.py are. In either case you then need setuptools in nativeBuildInputs.
A
pyproject.toml
file is only useful for building a python project, when it has abuild-system
section and abuild-backend
defined.❌ https://github.com/dfunckt/django-rules/blob/master/pyproject.toml
✔️ https://github.com/pyca/cryptography/blob/main/pyproject.toml#L1-L10
Don't offer it, when the section does not exist.
The text was updated successfully, but these errors were encountered: