diff-edit/pyproject.toml
Andrew Hamilton 39043eea4f Update version to v2025.06.14
- Brought dependencies up to date
2025-06-14 19:15:29 +10:00

24 lines
718 B
TOML

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"