feat(environment): finalize and enable PEP-639 der default #843
Labels
breaking change
enhancement
New feature or request
help wanted
Extra attention is needed
source: environment
Is your feature request related to a problem? Please describe.
we have an implementation/detection for PEP-639 in the python environment analyzer.
it is disabled per default, can be enabled via CLI switch
--PEP-639
- since the PEP was in draft mode, when it was first implemented here.PEP-639 is going to be final, soon. see python/peps#4227
this means, it can be enabled, per default. 🥳
Describe the solution you'd like
License-File
) disabled per default, but can be enabled as part of existing CLI switch--gather-license-texts
--PEP-639
This means: if PEP 639 is in effect, no other license sources should be taken into account.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
PEP-369: https://peps.python.org/pep-0639/
see also: #575
Contribution
The text was updated successfully, but these errors were encountered: