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

Update setup.cfg to description_file field #7248

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 2, 2022

Resolve UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Improved consistency in the setup.cfg configuration file.

📊 Key Changes

  • Corrected the description-file key to description_file in setup.cfg.

🎯 Purpose & Impact

  • Ensures compliance with the expected standard for setup configuration, which might prevent potential parsing errors by tools that read this file.
  • This change has a minimal direct impact on users but maintains the quality and reliability of the codebase.

Resolve `UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`
@glenn-jocher glenn-jocher self-assigned this Apr 2, 2022
@glenn-jocher glenn-jocher merged commit 6f4eb95 into master Apr 2, 2022
@glenn-jocher glenn-jocher deleted the update/setup branch April 2, 2022 22:18
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Resolve `UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`
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.

1 participant