Skip to content

Commit

Permalink
Update pyproject.toml (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Jan 16, 2025
1 parent cc4583c commit 70d82fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license

# Publish pip package to PyPI https://pypi.org/project/ultralytics/ and Docs to https://docs.ultralytics.com
#

# Overview:
# This `pyproject.toml` file manages the build, packaging, and distribution of the `thop` library.
# It defines essential project metadata, dependencies, and settings used to develop and deploy the library.
#

# Key Sections:
# - `[build-system]`: Specifies the build requirements and backend (e.g., setuptools, wheel).
# - `[project]`: Includes details like name, version, description, authors, dependencies, and more.
# - `[tool.setuptools.dynamic]`: Configures dynamic versioning for the project.
# - `[tool.setuptools]`: Configures settings specific to the `setuptools` build backend.
#

# Installation:
# The `thop` library can be installed using the command: `pip install ultralytics-thop`
# For development purposes, you can install the package in editable mode with: `pip install -e .`
# This approach allows for real-time code modifications without the need for re-installation.
#

# Documentation:
# For comprehensive documentation and usage instructions, visit: https://github.com/ultralytics/thop

Expand Down

0 comments on commit 70d82fa

Please sign in to comment.