class documentation
        
        class _IncrementalConfig:
Configuration loaded from a ``pyproject.toml`` file.
| Class Variable | opt | 
    Does the pyproject.toml file contain a [tool.incremental] section? This indicates that the package has explicitly opted-in to Incremental versioning. | 
| Class Variable | package | 
    The project name, capitalized as in the project metadata. | 
| Class Variable | path | 
    Path to the package root | 
| Property | version | 
    Path of the ``_version.py`` file. May not exist. |