[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"