From f385ee6410dc1836ccb59631b9453af22c32db09 Mon Sep 17 00:00:00 2001 From: claudi Date: Wed, 18 Feb 2026 09:56:03 +0100 Subject: [PATCH] chore: Update repository URLs and author information in README and pyproject.toml --- README.md | 8 ++++---- pyproject.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8ed6839..4819930 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ WebDrop Bridge embeds a web application in a Qt container with full filesystem a ```bash # Clone repository -git clone https://github.com/yourusername/webdrop-bridge.git +git clone https://git.him-tools.de/HIM-public/webdrop-bridge.git cd webdrop-bridge # Create and activate virtual environment @@ -373,9 +373,9 @@ MIT License - see [LICENSE](LICENSE) file for details ## Support -- 📖 [Documentation](https://webdrop-bridge.readthedocs.io) -- 🐛 [Issue Tracker](https://github.com/yourusername/webdrop-bridge/issues) -- 💬 [Discussions](https://github.com/yourusername/webdrop-bridge/discussions) +- 📖 [Documentation](https://git.him-tools.de/HIM-public/webdrop-bridge/wiki) +- 🐛 [Issue Tracker](https://git.him-tools.de/HIM-public/webdrop-bridge/issues) +- 📦 [Releases](https://git.him-tools.de/HIM-public/webdrop-bridge/releases) --- diff --git a/pyproject.toml b/pyproject.toml index 06a2c7e..2d99927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ readme = "README.md" requires-python = ">=3.9" license = {text = "MIT"} authors = [ - {name = "WebDrop Team", email = "dev@webdrop.local"} + {name = "Claudius Hansch", email = "claudius.hansch@hoerl-im.de"} ] keywords = ["qt", "pyside6", "drag-drop", "desktop", "automation"] classifiers = [ @@ -63,10 +63,10 @@ docs = [ ] [project.urls] -Homepage = "https://github.com/yourusername/webdrop-bridge" +Homepage = "https://git.him-tools.de/HIM-public/webdrop-bridge" Documentation = "https://webdrop-bridge.readthedocs.io" -Repository = "https://github.com/yourusername/webdrop-bridge.git" -"Bug Tracker" = "https://github.com/yourusername/webdrop-bridge/issues" +Repository = "https://git.him-tools.de/HIM-public/webdrop-bridge" +"Bug Tracker" = "https://git.him-tools.de/HIM-public/webdrop-bridge/issues" [project.scripts] webdrop-bridge = "webdrop_bridge.main:main"