You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
Issue
When building a project with poetry build, if one has a LICENSE file defined in the root of the project, this file will be included in the package.
I could not find this behaviour documented anywhere. I believe it would be worth mentioning that:
This behaviour exists
It only works for a file named as LICENSE* in the root folder
To me, the place in the docs I would expect this information to be is either in describing the fields license or include in the pyproject.toml or in the section talking about packaging.
The text was updated successfully, but these errors were encountered:
Issue
When building a project with
poetry build
, if one has aLICENSE
file defined in the root of the project, this file will be included in the package.I could not find this behaviour documented anywhere. I believe it would be worth mentioning that:
LICENSE*
in the root folderTo me, the place in the docs I would expect this information to be is either in describing the fields
license
orinclude
in thepyproject.toml
or in the section talking about packaging.The text was updated successfully, but these errors were encountered: