File size: 361 Bytes
29d1fb6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "hf-processor-practice"
version = "0.1.0"
description = "VS Code practice project for Hugging Face Tokenizer, ImageProcessor, Processor, and custom ImageProcessor"
requires-python = ">=3.10"
dependencies = []
[tool.setuptools.packages.find]
where = ["src"]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
|