On 11/08/2024 09:01, Phil Wyett wrote:
d/copyright     | licensecheck

Apache-2.0      | Apache           pyproject.toml

Offending file contains:

license = { text = 'Apache-2.0' }

classifiers = [
     'Development Status :: 5 - Production/Stable',
     'Intended Audience :: Developers',
     'Topic :: Documentation',
     'License :: OSI Approved :: Apache Software License',

Hi Phil,

thanks for reporting this problem.

It looks to me that licensecheck is triggering on the line
  'License :: OSI Approved :: Apache Software License',

having ignored the line

license = { text = 'Apache-2.0' }


I'll clone the bug to licensecheck and do a workaraound.


Cheers,
Peter

Reply via email to