chore: Update repository URLs and author information in README and pyproject.toml

This commit is contained in:
claudi 2026-02-18 09:56:03 +01:00
parent 313213e4cd
commit f385ee6410
2 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ WebDrop Bridge embeds a web application in a Qt container with full filesystem a
```bash ```bash
# Clone repository # 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 cd webdrop-bridge
# Create and activate virtual environment # Create and activate virtual environment
@ -373,9 +373,9 @@ MIT License - see [LICENSE](LICENSE) file for details
## Support ## Support
- 📖 [Documentation](https://webdrop-bridge.readthedocs.io) - 📖 [Documentation](https://git.him-tools.de/HIM-public/webdrop-bridge/wiki)
- 🐛 [Issue Tracker](https://github.com/yourusername/webdrop-bridge/issues) - 🐛 [Issue Tracker](https://git.him-tools.de/HIM-public/webdrop-bridge/issues)
- 💬 [Discussions](https://github.com/yourusername/webdrop-bridge/discussions) - 📦 [Releases](https://git.him-tools.de/HIM-public/webdrop-bridge/releases)
--- ---

View file

@ -13,7 +13,7 @@ readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
license = {text = "MIT"} license = {text = "MIT"}
authors = [ authors = [
{name = "WebDrop Team", email = "dev@webdrop.local"} {name = "Claudius Hansch", email = "claudius.hansch@hoerl-im.de"}
] ]
keywords = ["qt", "pyside6", "drag-drop", "desktop", "automation"] keywords = ["qt", "pyside6", "drag-drop", "desktop", "automation"]
classifiers = [ classifiers = [
@ -63,10 +63,10 @@ docs = [
] ]
[project.urls] [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" Documentation = "https://webdrop-bridge.readthedocs.io"
Repository = "https://github.com/yourusername/webdrop-bridge.git" Repository = "https://git.him-tools.de/HIM-public/webdrop-bridge"
"Bug Tracker" = "https://github.com/yourusername/webdrop-bridge/issues" "Bug Tracker" = "https://git.him-tools.de/HIM-public/webdrop-bridge/issues"
[project.scripts] [project.scripts]
webdrop-bridge = "webdrop_bridge.main:main" webdrop-bridge = "webdrop_bridge.main:main"