Hallucinate everything

This commit is contained in:
2025-08-18 16:10:02 +02:00
parent 61e896fddb
commit 1b2fa03ab6
7 changed files with 294 additions and 28 deletions

View File

@@ -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"]