2024-12-19 08:06:07 +10:00
|
|
|
tool.uv.package = true
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "diff-edit"
|
2024-12-28 17:42:04 +10:00
|
|
|
version = "v2024.12.28"
|
2024-12-19 08:06:07 +10:00
|
|
|
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==0.6.2",
|
2024-12-28 17:42:04 +10:00
|
|
|
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=fill3",
|
|
|
|
|
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=lscolors",
|
2024-12-19 08:06:07 +10:00
|
|
|
"pygments==2.10.0",
|
2024-12-28 17:42:04 +10:00
|
|
|
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=termstr",
|
2024-12-19 08:06:07 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
|
diff-edit = "diff_edit:main"
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
Homepage = "https://github.com/ahamilton/diff-edit"
|