Hallucinate everything
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
[project]
|
||||
name = "grader"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
description = "Media Grader - Grade media files by moving them to numbered folders"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"opencv-python>=4.12.0.88",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
grader = "main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
include = ["main.py"]
|
||||
|
||||
Reference in New Issue
Block a user