Skip to content

remove any license files recognised by setuptools

As of setuptools 68.0.0 the following license file patterns are recognised[0] by it: 'LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*'

It seems to make sense, that dh-python accordingly drops the same.

[0] https://github.com/pypa/setuptools/blob/v68.0.0/setuptools/dist.py#L670

Signed-off-by: Christoph Anton Mitterer mail@christoph.anton.mitterer.name

Merge request reports

Loading