tool.uv.package = true [project] name = "lscolors" version = "v2024.12.11" description = "Give coloring for file types as in the ls command." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, ] requires-python = ">=3.11" dependencies = [ "termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.11#subdirectory=termstr", ] [project.urls] Homepage = "https://github.com/ahamilton/eris"