colorspaces / pyproject.toml
amithjkamath's picture
Update colorspace demo
719e71f
Raw
History Blame Contribute Delete
348 Bytes
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "colorspace-explorer"
version = "1.0.0"
description = "Interactive educational demo for exploring colorspaces and color models"
authors = [{name = "Image Analysis Group", email = ""}]
license = {text = "MIT"}
requires-python = ">=3.11"