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",