exception documentation

class _InvalidFile(UserWarning): (source)

View In Hierarchy

The given `pyproject.toml` file is invalid and would be ignored. !! ############################ # Invalid `pyproject.toml` # ############################ Any configurations in `pyproject.toml` will be ignored. Please note that future releases of setuptools will halt the build process if an invalid file is given. To prevent setuptools from considering `pyproject.toml` please DO NOT include the `[project]` or `[tool.setuptools]` tables in your file. !!

Class Method message Undocumented
@classmethod
def message(cls): (source)

Undocumented