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

Use license_files to fix setuptools deprecation warning #10292

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Mar 24, 2022

Subject: Use license_files to fix setuptools deprecation warning

Feature or Bugfix

  • Bugfix

Purpose

  • Fix deprecation warning so Sphinx is ready for future versions of setuptools

Detail

  • The license_file option is now marked as deprecated. Use license_files instead:
  /home/runner/work/sphinx/sphinx/.tox/du15/lib/python3.7/site-packages/setuptools/config.py:510: DeprecationWarning: The license_file parameter is deprecated, use license_files instead.

https://github.com/sphinx-doc/sphinx/runs/5677768304?check_suite_focus=true#step:9:1832

Relates

@tk0miya tk0miya added this to the 4.5.0 milestone Mar 26, 2022
@tk0miya tk0miya merged commit 115358d into sphinx-doc:4.x Mar 26, 2022
@tk0miya
Copy link
Member

tk0miya commented Mar 26, 2022

Thank you for your contribution!

@hugovk hugovk deleted the fix-setuptools-deprecation-warning branch March 26, 2022 16:50
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants