Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated license_file in setup.cfg #253

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jan 9, 2023

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)

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)
@tkem tkem merged commit 2216fb2 into tkem:master Jan 9, 2023
@tkem
Copy link
Owner

tkem commented Jan 9, 2023

Thanks!

@mgorny mgorny deleted the license_files branch January 9, 2023 14:50
@mgorny
Copy link
Contributor Author

mgorny commented Jan 9, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants