I am building a wheel using
python setup.py bdist_wheel
Basically setuptools
library.
My project contains LICENSE.txt
file in root directory of the repository.
Aim:
Properly include this particular license file in the wheel
Relevant Code:
setup(
...,
license_files='LICENSE.txt',
...
)
Error:
warning: Failed to find the configured license file 'L'
warning: Failed to find the configured license file 'C'
warning: Failed to find the configured license file 'N'
warning: Failed to find the configured license file 't