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
Remove superfluous build-system section from Python project file
The `build-system` section of the `pyproject.toml` Python project file provides information about the build system used
by a Python project.
The assets use Python-based tool dependencies, and `pyproject.toml` is used to define those dependencies. This is
applicable to projects of any type. For projects which do not have a Python codebase, the `build-system` section is
completely irrelevant. So the section should not be included in the assets. It can be added as needed in project that do
have a Python codebase.
0 commit comments