Skip to content

Commit

Permalink
Replace license_file with license_files in setup.py
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mgorny authored and claudep committed Jan 8, 2023
1 parent 71cbd86 commit 7742244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ url = https://github.com/deeplook/svglib
author = Dinu Gherman
author_email = [email protected]
license = LGPL 3
license_file = LICENSE.txt
license_files = LICENSE.txt
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Expand Down

0 comments on commit 7742244

Please sign in to comment.