django-rest-framework icon indicating copy to clipboard operation
django-rest-framework copied to clipboard

Fix setuptools warning about license_files

Open adamchainz opened this issue 3 years ago • 0 comments
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)

adamchainz avatar Aug 09 '22 10:08 adamchainz