After executing poetry install with Poetry (version 1.8.3) there is a Warning that will become an error in funtute:
Installing the current project: ckg (0.2.0)
Warning: The current project could not be installed: No file/folder found for package ckg
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!
I suggest change of pyproject.toml (package-mode = false):
After executing poetry install with Poetry (version 1.8.3) there is a Warning that will become an error in funtute:
I suggest change of pyproject.toml (package-mode = false):