django-rest-framework
django-rest-framework copied to clipboard
Fix setuptools warning about license_files
trafficstars
Fix this warning from setuptools:
/.../setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
It could be seen at the top of the wheel building command run on CI:
python3 setup.py bdist_wheel 2>&1 | head
(It would be best to use build these days)