Fix setuptools deprecation warnings#6265
Conversation
Update keys used in `setup.cfg` in order to fix the following setuptools deprecation warnings: > The license_file parameter is deprecated, use license_files instead. > Usage of dash-separated 'provides-extra' will not be supported > in future versions. Please use the underscore name 'provides_extra' > instead > Usage of dash-separated 'requires-dist' will not be supported > in future versions. Please use the underscore name 'requires_dist' > instead
|
Thanks for the efforts, but I have updated as you instructed but still getting this error: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2544.0_x64__qbz5n2kfra8p0\lib\site-packages\setuptools\dist.py:771: UserWarning: Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead error: no commands supplied |
|
Looks like this has been obsoleted by #7012. |
|
Resolving since the setup.cfg is no longer relevant. |
Update keys used in
setup.cfgin order to fix the following setuptools deprecation warnings: