deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
307 stars 79 forks source link

Replace license_file with license_files in setup.py #373

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Replace the deprecated license_file key with the equivalent license_files to fix the following deprecation warning:

/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
mgorny commented 1 year ago

Thanks!