File size: 356 Bytes
2d190aa | 1 2 3 4 5 6 7 8 9 10 11 12 | [build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "sampling-quantization-demo"
version = "1.0.0"
description = "Interactive demo for teaching image sampling and quantization"
authors = [{name = "Your Name", email = "your.email@example.com"}]
license = {text = "MIT"}
requires-python = ">=3.11"
|