sampling-quantization / pyproject.toml
AKA Math
initial commit
2d190aa
Raw
History Blame Contribute Delete
356 Bytes
[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"