feat(pyproject.toml): add croppa script to pyproject.toml for command-line execution

This commit is contained in:
2025-08-19 09:49:22 +02:00
parent 52065ee02f
commit 404ffabd9d

View File

@@ -8,3 +8,6 @@ dependencies = [
"opencv-python>=4.8.0", "opencv-python>=4.8.0",
"numpy>=1.24.0" "numpy>=1.24.0"
] ]
[project.scripts]
croppa = "main:main"