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

Create pyproject.toml #12577

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Create pyproject.toml #12577

merged 1 commit into from
Jan 3, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jan 3, 2024

Thank you πŸ™ for your contribution to Ultralytics πŸš€! Your effort in enhancing our repositories is greatly appreciated. To streamline the process and assist us in integrating your Pull Request (PR) effectively, please follow these steps:

  1. Check for Existing Contributions: Before submitting, kindly explore existing PRs to ensure your contribution is unique and complementary.

  2. Link Related Issues: If your PR addresses an open issue, please link it in your submission. This helps us better understand the context and impact of your contribution.

  3. Elaborate Your Changes: Clearly articulate the purpose of your PR. Whether it's a bug fix or a new feature, a detailed description aids in a smoother integration process.

  4. Ultralytics Contributor License Agreement (CLA): To uphold the quality and integrity of our project, we require all contributors to sign the CLA. Please confirm your agreement by commenting below:

    I have read the CLA Document and I hereby sign the CLA

For more detailed guidance and best practices on contributing, refer to our βœ… Contributing Guide. Your adherence to these guidelines ensures a faster and more effective review process.

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Introducing pyproject.toml for enhanced package building and dependency management in the YOLOv5 repository. πŸ“¦

πŸ“Š Key Changes

  • Created a new pyproject.toml file defining build system requirements and project metadata. πŸ› 
  • Specified project details such as name, version, authors, and more within the [project] section. 🏷
  • Included Python and package dependencies required for the YOLOv5 library to function properly. πŸ“‹
  • Outlined optional dependencies for development, exporting models, logging, and additional features in [project.optional-dependencies]. ✨
  • Provided URLs for bug reports, funding, and the source code under [project.urls]. πŸ”—
  • Configured tools used in the development process like pytest, isort, and more within the [tool.*] settings. πŸ”§

🎯 Purpose & Impact

  • Purpose: To streamline the build and installation process, making it easier for developers to manage dependencies and package the YOLOv5 library. πŸ—
  • Impact: Simplifies the setup for new users, provides better dependency tracking for developers, and potentially improves the reliability of automation in continuous integration pipelines. β˜‘οΈ

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit dfa884f into master Jan 3, 2024
7 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch January 3, 2024 10:35
pleb631 pushed a commit to pleb631/yolov5 that referenced this pull request Jan 6, 2024
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
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.

None yet

1 participant