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
pyproject.toml is the new standardised format for packaging, which is easier to work with and allows more sophisticated configurations compared to setup.py. So we should look at updating our setup.py to a pyproject.toml file instead.
pyproject.toml is the new standardised format for packaging, which is easier to work with and allows more sophisticated configurations compared to setup.py. So we should look at updating our setup.py to a pyproject.toml file instead.
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml
The text was updated successfully, but these errors were encountered: