Conversation
frafra
left a comment
There was a problem hiding this comment.
- The
LICENSEfile is not in thepythonfolder, so it will not be copied to the projects generated with the Python template, but it would only signal that this repository has a MIT license - The MIT licence is incompatible with the metadata in both, as they are using GPLv3:
- Missing
license-filesfield inpyproject.toml: https://packaging.python.org/en/latest/specifications/pyproject-toml/#license-files
I would not change the licence to the python template right away, since that would automatically change the licence of all the projects that have been generated with this template, which is a major change.
|
What about adding a question about license, so that it's compatible for older projects and opt in for new/updating ones? Could be boolean (do you want to include a default FOSS license?) |
|
I think we should have the GPLv3+ as file for all projects. That is what the issue is about. |
|
Okay, I added the |
frafra
left a comment
There was a problem hiding this comment.
Avoid changing the main pyproject.toml, or add a LICENSE file there as well :)
Add a LICENCE file with the MIT licence