-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.documentation
Description
Summary
setuptools emits a warning about setup.cfg
usage of license_file
, encouraging a switch to license_files
, and links to https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
But that link doesn't include any details on the deprecation.
OS / Environment
setuptools-68.2.2
Additional Information
Would be nice to see when the deprecation happened, a schedule for removal, etc. Maybe in the table on the linked docs page.
Code of Conduct
- I agree to follow the PSF Code of Conduct
Metadata
Metadata
Assignees
Labels
Needs TriageIssues that need to be evaluated for severity and status.Issues that need to be evaluated for severity and status.documentation