Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed May 31, 2024
1 parent b861e44 commit 2368520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - `[tool.setuptools]`: Configures settings specific to the `setuptools` build backend.
#
# Installation:
# The `thop` library can be installed using the command: `pip install thop`
# 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.
#
Expand All @@ -24,7 +24,7 @@ requires = ["setuptools>=57.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "thop"
name = "ultralytics-thop"
version = "0.0.1" # Placeholder version, needs to be dynamically set
description = "A tool to count the FLOPs of PyTorch model."
readme = "README.md"
Expand Down

0 comments on commit 2368520

Please sign in to comment.