tool.uv.package = true [project] name = "diff-edit" version = "v2025.06.14" description = "Edit two files side by side, showing differences." readme = "README.md" authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, ] requires-python = ">=3.11" dependencies = [ "docopt-ng==0.9.0", "fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=fill3", "lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=lscolors", "pygments==2.19.1", "termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=termstr", ] [project.scripts] diff-edit = "diff_edit:main" [project.urls] Homepage = "https://github.com/ahamilton/diff-edit"