Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Oct 29, 2024
1 parent 8b98254 commit f2b8bb0
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 @@ -19,7 +19,7 @@
# For comprehensive documentation and usage instructions, visit: https://docs.ultralytics.com

[build-system]
requires = ["setuptools>=43.0.0", "wheel"]
requires = ["setuptools>=70.0.0", "wheel"]
build-backend = "setuptools.build_meta"

# Project settings -----------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -74,7 +74,7 @@ tests = ["pytest"]
"Changelog" = "https://github.com/ultralytics/template/releases"

# [project.scripts] # Optional
# sample = "sample:main" # executes the function `main` from this package when "sample" is called.
sample = "sample:main" # executes the function `main` from this package when "template sample" is run from CLI

# Tools settings -------------------------------------------------------------------------------------------------------
[tool.setuptools] # configuration specific to the `setuptools` build backend.
Expand Down

0 comments on commit f2b8bb0

Please sign in to comment.