From 5e2ea4648303f8a0380c3c13dff87153ba46d4fe Mon Sep 17 00:00:00 2001 From: Louis Christ Date: Sun, 10 Mar 2024 13:08:05 +0100 Subject: [PATCH] Add badges to readme --- README.md | 4 ++++ pyproject.toml | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index c88ab97..b387b3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # BluOS Client +[![PyPI](https://img.shields.io/pypi/v/bluos)](https://pypi.org/project/bluos/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bluos)](https://pypi.org/project/bluos/) +[![PyPI - License](https://img.shields.io/pypi/l/bluos)](https://pypi.org/project/bluos/) + This is a Python library for interfacing with BlueOS devices. It uses the [BlueOS API](https://bluesound-deutschland.de/wp-content/uploads/2022/01/Custom-Integration-API-v1.0_March-2021.pdf) diff --git a/pyproject.toml b/pyproject.toml index b6f36bf..8fab7ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "bluos" version = "0.1.0" description = "" authors = ["Louis Christ "] +repository = "https://github.com/LouisChrist/python-bluos" license = "MIT" readme = "README.md" packages = [