Skip to content

Replace deprecated license_file in setup.cfg #94

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

Merged
merged 1 commit into from
Jan 22, 2023

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Jan 22, 2023

Replace the deprecated option with license_files, to fix the following deprecation warning:

/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:515: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

The new option is backwards compatible and is available since setuptools 42.0.0.

Replace the deprecated option with `license_files`, to fix the following
deprecation warning:

    /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:515: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

The new option is backwards compatible and is available since setuptools
42.0.0.
@codecov-commenter
Copy link

Codecov Report

Base: 84.71% // Head: 84.71% // No change to project coverage 👍

Coverage data is based on head (0fdfa18) compared to base (c782629).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #94   +/-   ##
=======================================
  Coverage   84.71%   84.71%           
=======================================
  Files           7        7           
  Lines         314      314           
=======================================
  Hits          266      266           
  Misses         48       48           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JoshData JoshData merged commit 364d2d1 into JoshData:main Jan 22, 2023
@JoshData
Copy link
Owner

Thanks.

@mgorny mgorny deleted the license-files branch January 22, 2023 18:40
@mgorny
Copy link
Contributor Author

mgorny commented Jan 22, 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.

3 participants