The pyproject.toml file
The tool.poetry section of the pyproject.toml file is composed of multiple sections.
package-mode
Whether Poetry operates in package mode (default) or not. Optional
See basic usage for more information.
package-mode = false
name
The name of the package. Required in package m…