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 with license_files in setup.cfg #14

Merged
merged 1 commit into from Jul 9, 2022
Merged

Replace deprecated license_file with license_files in setup.cfg #14

merged 1 commit into from Jul 9, 2022

Conversation

jdufresne
Copy link
Contributor

Fixes error when building the project:

.../site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

Documentation on the field:

https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata

Fixes error when building the project:

  .../site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.

Documentation on the field:

https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata
@codecov
Copy link

codecov bot commented Jul 9, 2022

Codecov Report

Merging #14 (11187b6) into main (8214d42) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           70        70           
=========================================
  Hits            70        70           
Flag Coverage Δ
macos-latest 100.00% <ø> (ø)
ubuntu-latest 100.00% <ø> (ø)
windows-latest 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8214d42...11187b6. Read the comment docs.

@hugovk hugovk added the changelog: Changed For changes in existing functionality label Jul 9, 2022
@hugovk
Copy link
Member

hugovk commented Jul 9, 2022

I was expecting setup-cfg-fmt in pre-commit to rewrite that back to singular due to asottile/setup-cfg-fmt#73 but "luckily" it doesn't support the COPYING filename :)

@hugovk hugovk merged commit 32cfaa8 into termcolor:main Jul 9, 2022
@jdufresne jdufresne deleted the license-files branch July 10, 2022 01:24
hugovk added a commit that referenced this pull request Sep 8, 2022
hugovk added a commit that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Changed For changes in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants