Copy readme as poetry displays the following warning :
Warning: The current project could not be installed: [Errno 2] No such file or directory: 'blah/README.md'
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!
Copy readme as poetry displays the following warning :