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