From fd297a612f3824abbc5c20f6a801c40e330593d0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 16 Apr 2024 09:28:57 +0200 Subject: [PATCH] feat: Add badges and update URLs for Trackbert project - Introduced support and PyPI version badges in README to enhance visibility and provide quick access to the package version and support options. - Updated URLs in both README and pyproject.toml, shifting the project's homepage, bug tracker, and source code references to the new git.private.coffee platform. This move supports a more centralized and private management of the project infrastructure. The inclusion of badges in the README not only improves the aesthetic appeal but also offers essential information at a glance, encouraging user engagement. Transitioning to private.coffee for project URLs signifies a strategic choice towards a more controlled and secure environment for development and community interaction. --- README.md | 5 ++++- pyproject.toml | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67f3f9e..2a34f6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Trackbert -A simple Python script for tracking shipments, primarily through [KeyDelivery](https://kd100.com). +[![Support Private.coffee!](https://shields.private.coffee/badge/private.coffee-support%20us!-pink?logo=coffeescript)](https://private.coffee) + [![PyPI version](https://shields.private.coffee/pypi/v/trackbert?color=green)](https://pypi.org/project/trackbert/) + +A Python application for tracking shipments, primarily through [KeyDelivery](https://kd100.com). If your system provides `notify-send`, you will get a desktop notification when the status of your shipment changes. diff --git a/pyproject.toml b/pyproject.toml index 6e5c1c9..0b258f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,9 @@ dependencies = [ ] [project.urls] -"Homepage" = "https://kumig.it/kumitterer/trackbert" -"Bug Tracker" = "https://kumig.it/kumitterer/trackbert/issues" +"Homepage" = "https://git.private.coffee/kumi/trackbert" +"Bug Tracker" = "https://git.private.coffee/kumi/trackbert/issues" +"Source Code" = "https://git.private.coffee/kumi/trackbert" [project.scripts] trackbert = "trackbert.__main__:main" \ No newline at end of file