Skip to content

Commit

Permalink
➕ [Add] a minimal pyproject.toml (#19)
Browse files Browse the repository at this point in the history
Thank you for your contribution! Your pull request addresses exactly what this project needs and will be merged.

Best regards,
Hao-Tang Tsui
  • Loading branch information
iurisilvio authored Jun 1, 2024
1 parent 1e97874 commit 09d9de8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[project]
name = "yolov9mit"
version = "0.0.0"
dynamic = ["dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages.find]
where = ["yolo"]

[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
]

0 comments on commit 09d9de8

Please sign in to comment.