feat: Implement a new Windows GUI for NVR export.

This commit is contained in:
MrUnknownDE
2025-12-30 14:26:14 +01:00
parent 1b22018b8e
commit 3dcb44ef7e
4 changed files with 486 additions and 22 deletions

View File

@@ -43,10 +43,11 @@ dev = [
[project.scripts]
nvr-export = "tplink_nvr_export.cli:main"
nvr-export-gui = "tplink_nvr_export.gui:main"
[project.urls]
Homepage = "https://github.com/johannes/tplink-nvr-export"
Repository = "https://github.com/johannes/tplink-nvr-export"
Homepage = "https://github.com/mrunknownde/tplink-nvr-export"
Repository = "https://github.com/mrunknownde/tplink-nvr-export"
[tool.hatch.build.targets.wheel]
packages = ["src/tplink_nvr_export"]