packetcourt / pyproject.toml
DIV-45's picture
fix: support ZeroGPU Python runtime
6388b82 verified
Raw
History Blame Contribute Delete
224 Bytes
[project]
name = "packetcourt"
version = "0.1.0"
description = "Evidence-first claim auditing for Indian packaged-food labels"
requires-python = ">=3.10"
[tool.pytest.ini_options]
pythonpath = ["src"]
testpaths = ["tests"]