[project] name = "colorcalc" version = "0.1.0" description = "Interactive colour range analyser for Tkinter" readme = "README.md" authors = [{ name = "ColorCalc contributors" }] license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ "pillow>=10.0.0", ] [project.optional-dependencies] ui = ["ttkbootstrap>=1.10.0"] [project.scripts] colorcalc = "app.app:start_app" [tool.uv] package = false