From 5c6a3f03d545b9658142d9a4f6ad0db64ec09f99 Mon Sep 17 00:00:00 2001 From: Zachary Bull Date: Thu, 23 Nov 2023 19:13:59 +0000 Subject: [PATCH] Update description --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9c20d6..d0a68b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pycycling -A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers and power meters. +A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and +heart rate monitors. The package uses [Bleak (Bluetooth Low Energy platform Agnostic Klient)](https://github.com/hbldh/bleak) behind the scenes to connect and communicate with bike trainers. Bleak is cross-platform with support for Windows, diff --git a/setup.py b/setup.py index f1cce96..7207e2b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author="Zachary Bull", author_email="zacharyedwardbull@gmail.com", description= - "A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers and power meters", + "A Python package for interacting with Bluetooth Low Energy (BLE) compatible bike trainers, power meters, radars and heart rate monitors", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/zacharyedwardbull/pycycling",